Files
symfony-flex-recipes/symfony.web-profiler-bundle.6.1.json
T
github-action[bot]andgithub-action[bot] 79d5618088 Update Flex endpoint
2025-03-17 03:51:04 +00:00

55 lines
1.9 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": "<6.1"
}
},
"files": {
"config/packages/web_profiler.yaml": {
"contents": [
"when@dev:",
" web_profiler:",
" toolbar: true",
"",
" framework:",
" profiler:",
" collect_serializer_data: true",
"",
"when@test:",
" 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": "8b51135b84f4266e3b4c8a6dc23c9d1e32e543b7"
}
}
}