Files
symfony-flex-recipes/symfony.web-profiler-bundle.8.1.json
T
github-action[bot]andgithub-action[bot] 85a18b30c9 Update Flex endpoint
2026-05-30 14:42:43 +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: 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": "6bdd46f712bbed33a27130b6e055391cb1ab73d9"
}
}
}