Forgotten composer.json update for 72cc28c

This commit is contained in:
Alexey Skobkin 2017-01-09 00:28:02 +03:00
parent 2702f0cb5e
commit 2aff160048
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"type": "project",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
"psr-4": { "": "src/" },
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
},
"require": {
"php": ">=7.0.0",