luyadev/luya-generic

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name" : "luyadev/luya-generic",
    "description" : "LUYA Generic content",
    "type" : "luya-extension",
    "keywords" : ["luya-blocks", "generic", "luya"],
    "license": "MIT",
    "homepage" : "https://luya.io",
    "authors" : [
        {
            "name" : "Basil Suter",
            "email" : "git@nadar.io",
            "homepage" : "https://github.com/nadar"
        }
    ],
    "support" : {
        "issues" : "https://github.com/luyadev/luya-generic/issues"
    },
    "autoload" : {
        "psr-4" : {
            "luya\\generic\\" : "src/",
            "luya\\generic\\tests\\" : "tests/"
        }
    },
    "extra": {
        "luya" : {
            "blocks" : [
                "src{{DS}}blocks"
            ]
        },
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    },
    "require-dev": {
        "luyadev/luya-testsuite": "^2.0"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ]
}