Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 57afb96

Browse files
committed
Merge branch '2.8' into 3.2
* 2.8: updated VENDORS for 2.8.18 fixed bad merge updated VENDORS for 2.8.18 updated VENDORS for 2.7.25 Add VarDumper's dump.php to autoload-dev
2 parents 5cfc41a + eb8c70e commit 57afb96

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
99
},
1010
"autoload-dev": {
11-
"psr-4": { "Tests\\": "tests/" }
11+
"psr-4": { "Tests\\": "tests/" },
12+
"files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
1213
},
1314
"require": {
1415
"php": ">=5.5.9",

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)