{ "manifests": { "symfony/debug-bundle": { "manifest": { "bundles": { "Symfony\\Bundle\\DebugBundle\\DebugBundle": [ "dev" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } }, "files": { "config/packages/dev/debug.yaml": { "contents": [ "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": "0ce7a032d344fb7b661cd25d31914cd703ad445b" } } }