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