Skip to content

Commit fad66a3

Browse files
[DebugBundle] global dump() function for daily use
1 parent 32d4725 commit fad66a3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
"autoload": {
2121
"psr-0": { "Symfony\\Component\\VarDumper\\": "" }
2222
},
23-
"target-dir": "Symfony/Component/VarDumper"
23+
"target-dir": "Symfony/Component/VarDumper",
24+
"minimum-stability": "dev",
25+
"extra": {
26+
"branch-alias": {
27+
"dev-master": "2.6-dev"
28+
}
29+
}
2430
}

0 commit comments

Comments
 (0)