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

Commit 7fe1143

Browse files
Add VarDumper's dump.php to autoload-dev
1 parent 317f2f1 commit 7fe1143

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"autoload": {
77
"psr-4": { "": "src/" }
88
},
9+
"autoload-dev": {
10+
"files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
11+
},
912
"require": {
1013
"php": ">=5.3.9",
1114
"symfony/symfony": "2.7.*",

0 commit comments

Comments
 (0)