composer.json sync with 3.4 branch.
This commit is contained in:
parent
46502c4a80
commit
53d63f05b3
|
@ -8,7 +8,8 @@
|
|||
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Tests\\": "tests/" }
|
||||
"psr-4": { "Tests\\": "tests/" },
|
||||
"files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.0",
|
||||
|
|
Loading…
Reference in a new issue