Files
symfony-flex-recipes/symfony.web-profiler-bundle.7.3.json
T
github-action[bot]andgithub-action[bot] 842330e3d0 Update Flex endpoint
2025-04-27 17:08:42 +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.php'",
" prefix: /_wdt",
"",
" web_profiler_profiler:",
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.php'",
" prefix: /_profiler",
""
],
"executable": false
}
},
"ref": "5b2b543e13942495c0003f67780cb4448af9e606"
}
}
}