[web-profiler-bundle] Remove deprecated collect_serializer_data option (#1538)

This commit is contained in:
Nicolas Grekas
2026-05-30 16:42:32 +02:00
committed by GitHub
parent 5dc43f1928
commit dd3e831144
3 changed files with 30 additions and 0 deletions
@@ -0,0 +1,11 @@
when@dev:
web_profiler:
toolbar: true
framework:
profiler: true
when@test:
framework:
profiler:
collect: false
@@ -0,0 +1,8 @@
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
@@ -0,0 +1,11 @@
{
"bundles": {
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<6.1"
}
}