{
    "name": "puremvc/puremvc-standard-framework",
    "description": "PureMVC Standard Framework for PHP",
    "type": "library",
    "homepage": "http://puremvc.org",
    "license": "BSD-3-Clause-Clear",
    "keywords": ["MVC","PureMVC"],
    "authors": [
        {
            "name": "Cliff Hall",
            "email": "
[email protected]",
            "homepage": "https://github.com/cliffhall",
            "role": "Architect"
        },
        {
            "name": "Hasan Otuome",
            "email": "
[email protected]",
            "homepage": "https://github.com/otuome",
            "role": "Porting Developer"
        },
        {
            "name": "Michael Beck",
            "email": "
[email protected]",
            "homepage": "https://github.com/mambax7",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "7"
    }
}