{
"name": "rcarvello/webmvcframework:dev-master",
"description": "PHP Web MVC Framework",
"type": "framework",
"license": "MIT",
"homepage": "https://github.com/rcarvello/webmvcframework",
"authors": [
{
"name": "Rosario Carvello",
"email": " [email protected]"
}
],
"require": {
"php": ">=5.3",
"ext-json": "*",
"ext-dom": "*",
"ext-mysqli": "*",
"ext-ctype": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-gd": "*"
},
"minimum-stability": "dev",
"extra": {
"installer-paths": {
"/": ["rcarvello/webmvcframework"]
}
}
}
|