strata-mvc/strata

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "strata-mvc/strata",
    "type": "library",
    "description": "Strata is a MVC programming environment for Wordpress.",
    "keywords": [
        "wordpress",
        "mvc"
    ],
    "homepage": "http://github.com/strata-mvc/strata",
    "license": "MIT",
    "authors": [
        {
            "name": "Francois Faubert",
            "email": "frank@francoisfaubert.com",
            "homepage": "http://francoisfaubert.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6.4",
        "vlucas/phpdotenv": "@stable",
        "altorouter/altorouter": "@stable",
        "symfony/console": "@stable",
        "wp-cli/wp-cli": "@stable",
        "gettext/gettext": "^3.6",
        "psy/psysh": "@stable"
    },
    "require-dev": {
        "phploc/phploc": "*",
        "phpunit/phpunit": "~5.7",
        "phpmd/phpmd" : "@stable",
        "squizlabs/php_codesniffer": "^2.8"
    },
    "suggest" : {
        "theseer/phpdox": "*"
    },
    "autoload": {
        "psr-4": {
            "Strata\\": "src"
        }
    },
    "support": {
        "issues": "https://github.com/strata-mvc/strata/issues"
    },
    "prefer-stable" : true
}