{ "manifests": { "symfony/web-profiler-bundle": { "manifest": { "bundles": { "Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [ "dev", "test" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } }, "files": { "config/routes/dev/web_profiler.yaml": { "contents": [ "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 }, "config/packages/test/web_profiler.yaml": { "contents": [ "web_profiler:", " toolbar: false", " intercept_redirects: false", "", "framework:", " profiler: { collect: false }", "" ], "executable": false }, "config/packages/dev/web_profiler.yaml": { "contents": [ "web_profiler:", " toolbar: true", " intercept_redirects: false", "", "framework:", " profiler: { only_exceptions: false }", "" ], "executable": false } }, "ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6" } } }