Skip to content

Commit 229cf92

Browse files
Move debug-bundle to when@dev
1 parent 803a504 commit 229cf92

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
when@dev:
2+
debug:
3+
# Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
4+
# See the "server:dump" command to start a new server.
5+
dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"bundles": {
3+
"Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"conflict": {
9+
"symfony/framework-bundle": "<5.3"
10+
}
11+
}

0 commit comments

Comments
 (0)