Forgotten composer.json update for 72cc28c
This commit is contained in:
parent
2702f0cb5e
commit
2aff160048
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue