33 lines
757 B
JSON
33 lines
757 B
JSON
{
|
|
"name": "mnapoli/maintained",
|
|
"license": "MIT",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Maintained\\": "src/Maintained/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\Maintained\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"ext-gd": "*",
|
|
"mnapoli/php-di": "4.4.x-dev",
|
|
"knplabs/github-api": "~1.3",
|
|
"aura/router": "~2.0",
|
|
"badges/poser": "1.0.*@dev",
|
|
"twig/twig": "~1.16",
|
|
"doctrine/cache": "~1.0",
|
|
"symfony/console": "~2.5",
|
|
"symfony/filesystem": "~2.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|