diff --git a/archived/symfony.debug-bundle/5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b.json b/archived/symfony.debug-bundle/5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b.json new file mode 100644 index 00000000..7cd71690 --- /dev/null +++ b/archived/symfony.debug-bundle/5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b.json @@ -0,0 +1,33 @@ +{ + "manifests": { + "symfony/debug-bundle": { + "manifest": { + "bundles": { + "Symfony\\Bundle\\DebugBundle\\DebugBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "symfony/framework-bundle": "<5.3" + } + }, + "files": { + "config/packages/debug.yaml": { + "contents": [ + "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)%\"", + "" + ], + "executable": false + } + }, + "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b" + } + } +} diff --git a/index.json b/index.json index d1dcdf86..36135349 100644 --- a/index.json +++ b/index.json @@ -472,7 +472,8 @@ ], "symfony/debug-bundle": [ "3.3", - "4.1" + "4.1", + "5.3" ], "symfony/discord-notifier": [ "5.2" @@ -784,6 +785,11 @@ "symfony/framework-bundle": "<5.3" } }, + "symfony/debug-bundle": { + "5.3": { + "symfony/framework-bundle": "<5.3" + } + }, "symfony/messenger": { "4.1": { "symfony/framework-bundle": "<4.1" diff --git a/symfony.debug-bundle.5.3.json b/symfony.debug-bundle.5.3.json new file mode 100644 index 00000000..7cd71690 --- /dev/null +++ b/symfony.debug-bundle.5.3.json @@ -0,0 +1,33 @@ +{ + "manifests": { + "symfony/debug-bundle": { + "manifest": { + "bundles": { + "Symfony\\Bundle\\DebugBundle\\DebugBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "symfony/framework-bundle": "<5.3" + } + }, + "files": { + "config/packages/debug.yaml": { + "contents": [ + "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)%\"", + "" + ], + "executable": false + } + }, + "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b" + } + } +}