diff --git a/symfony/debug-bundle/5.3/config/packages/debug.yaml b/symfony/debug-bundle/5.3/config/packages/debug.yaml new file mode 100644 index 00000000..ad874afd --- /dev/null +++ b/symfony/debug-bundle/5.3/config/packages/debug.yaml @@ -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)%" diff --git a/symfony/debug-bundle/5.3/manifest.json b/symfony/debug-bundle/5.3/manifest.json new file mode 100644 index 00000000..d2ce5f95 --- /dev/null +++ b/symfony/debug-bundle/5.3/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "symfony/framework-bundle": "<5.3" + } +}