{ "manifests": { "symfony/web-profiler-bundle": { "manifest": { "bundles": { "Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [ "dev", "test" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "conflict": { "symfony/framework-bundle": "<5.3" } }, "files": { "config/packages/web_profiler.yaml": { "contents": [ "when@dev:", " web_profiler:", " toolbar: true", " intercept_redirects: false", "", " framework:", " profiler: { only_exceptions: false }", "", "when@test:", " web_profiler:", " toolbar: false", " intercept_redirects: false", "", " framework:", " profiler: { collect: false }", "" ], "executable": false }, "config/routes/web_profiler.yaml": { "contents": [ "when@dev:", " web_profiler_wdt:", " resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'", " prefix: /_wdt", "", " web_profiler_profiler:", " resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'", " prefix: /_profiler", "" ], "executable": false } }, "ref": "24bbc3d84ef2f427f82104f766014e799eefcc3e" } } }