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