Updated web-profiler-bundle recipe

This commit is contained in:
Jan Böhmer 2025-07-13 16:31:25 +02:00
parent 2819b457fa
commit daec5aa4b1
3 changed files with 8 additions and 12 deletions

View file

@ -1,17 +1,13 @@
when@dev: when@dev:
web_profiler: web_profiler:
toolbar: true toolbar: true
intercept_redirects: false
framework: framework:
profiler: profiler:
only_exceptions: false
collect_serializer_data: true collect_serializer_data: true
when@test: when@test:
web_profiler:
toolbar: false
intercept_redirects: false
framework: framework:
profiler: { collect: false } profiler:
collect: false
collect_serializer_data: true

View file

@ -1,8 +1,8 @@
when@dev: when@dev:
web_profiler_wdt: web_profiler_wdt:
resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml' resource: '@WebProfilerBundle/Resources/config/routing/wdt.php'
prefix: /_wdt prefix: /_wdt
web_profiler_profiler: web_profiler_profiler:
resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml' resource: '@WebProfilerBundle/Resources/config/routing/profiler.php'
prefix: /_profiler prefix: /_profiler

View file

@ -774,12 +774,12 @@
"version": "v4.2.3" "version": "v4.2.3"
}, },
"symfony/web-profiler-bundle": { "symfony/web-profiler-bundle": {
"version": "6.3", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "6.1", "version": "7.3",
"ref": "e42b3f0177df239add25373083a564e5ead4e13a" "ref": "a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026"
}, },
"files": [ "files": [
"config/packages/web_profiler.yaml", "config/packages/web_profiler.yaml",