composer.json sync with 3.4 branch.

This commit is contained in:
Alexey Skobkin 2017-11-05 05:42:03 +03:00
parent 46502c4a80
commit 53d63f05b3
1 changed files with 2 additions and 1 deletions

View File

@ -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",