We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803a504 commit 229cf92Copy full SHA for 229cf92
symfony/debug-bundle/5.3/config/packages/debug.yaml
@@ -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)%"
symfony/debug-bundle/5.3/manifest.json
@@ -0,0 +1,11 @@
+{
+ "bundles": {
+ "Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev"]
+ },
+ "copy-from-recipe": {
6
+ "config/": "%CONFIG_DIR%/"
7
8
+ "conflict": {
9
+ "symfony/framework-bundle": "<5.3"
10
+ }
11
+}
0 commit comments