Files
symfony-flex-recipes/symfony.web-profiler-bundle.5.3.json
T
github-action[bot]andgithub-action[bot] 825cf17933 Update Flex endpoint
2022-02-16 10:05:14 +00:00

59 lines
2.1 KiB
JSON

{
"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"
}
}
}