{
"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": "cliff@puremvc.org",
"homepage": "https://github.com/cliffhall",
"role": "Architect"
},
{
"name": "Hasan Otuome",
"email": "hasan.otuome@puremvc.org",
"homepage": "https://github.com/otuome",
"role": "Porting Developer"
},
{
"name": "Michael Beck",
"email": "michael.beck@puremvc.org",
"homepage": "https://github.com/mambax7",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "7"
}
}
|