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

Commit 3d0af06

Browse files
committed
Merge branch '3.2'
* 3.2: updated VENDORS for 3.2.5 fixed typo 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 6cff8e1 + 57afb96 commit 3d0af06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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",

0 commit comments

Comments
 (0)