feature #15 Added "debug" as an alias of DebugBundle (javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

Added "debug" as an alias of DebugBundle

Otherwise we have the same problem as with "security" and "security-bundle":  `composer req --dev debug` installs `symfony/debug` instead of `symfony/debug-bundle`

Commits
-------

a49448a Added "debug" as an alias of DebugBundle
This commit is contained in:
Fabien Potencier
2017-04-07 14:05:20 -07:00
+2 -1
View File
@@ -1,5 +1,6 @@
{
"bundles": {
"Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev", "test"]
}
},
"aliases": ["debug"]
}