Files
symfony-flex-recipes/symfony.web-profiler-bundle.6.1.json
T
github-action[bot]andgithub-action[bot] 1beee80caf Update Flex endpoint
2022-06-10 13:06:45 +00:00

61 lines
2.2 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",
" intercept_redirects: false",
"",
" framework:",
" profiler:",
" only_exceptions: false",
" collect_serializer_data: true",
"",
"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": "e42b3f0177df239add25373083a564e5ead4e13a"
}
}
}