Skip to content

Commit 0508f63

Browse files
committed
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
2 parents c7a7b88 + a49448a commit 0508f63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"bundles": {
33
"Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev", "test"]
4-
}
4+
},
5+
"aliases": ["debug"]
56
}

0 commit comments

Comments
 (0)