Files
symfony-flex-recipes/symfony.web-profiler-bundle.3.3.json
T
github-action[bot]andgithub-action[bot] d36ab15b52 Update Flex endpoint
2021-11-12 14:52:32 +00:00

58 lines
2.1 KiB
JSON

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