You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "nox/gmarche",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "nox",
|
|
|
|
"email": "nox@axiom-team.fr"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Framework\\": "src/Framework",
|
|
|
|
"App\\": "src",
|
|
|
|
"Tests\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"guzzlehttp/psr7": "^1.4",
|
|
|
|
"http-interop/response-sender": "^1.0",
|
|
|
|
"zendframework/zend-expressive-fastroute": "1.2.0",
|
|
|
|
"twig/twig": "^2.4",
|
|
|
|
"php-di/php-di": "^5.4",
|
|
|
|
"pagerfanta/pagerfanta": "^2.1",
|
|
|
|
"middlewares/whoops": "0.4.1",
|
|
|
|
"doctrine/cache": "1.4",
|
|
|
|
"intervention/image": "2.4",
|
|
|
|
"swiftmailer/swiftmailer": "^6.0",
|
|
|
|
"ramsey/uuid": "^3.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"squizlabs/php_codesniffer": "^3.0",
|
|
|
|
"robmorgan/phinx": "0.8.1",
|
|
|
|
"phpunit/phpunit": "~5.2",
|
|
|
|
"fzaninotto/faker": "^1.8"
|
|
|
|
}
|
|
|
|
}
|