Move debug-bundle to when@dev

This commit is contained in:
Nicolas Grekas
2022-02-17 15:30:02 +01:00
parent 803a504010
commit 229cf92748
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
when@dev:
debug:
# Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
# See the "server:dump" command to start a new server.
dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}