Skip to content

Commit c42cee7

Browse files
composer recipes:update symfony/web-profiler-bundle
1 parent 2408b35 commit c42cee7

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

config/packages/web_profiler.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ when@dev:
88

99
when@test:
1010
framework:
11-
profiler: { collect: false }
11+
profiler:
12+
collect: false
13+
collect_serializer_data: true

config/routes/web_profiler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
when@dev:
22
web_profiler_wdt:
3-
resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'
3+
resource: '@WebProfilerBundle/Resources/config/routing/wdt.php'
44
prefix: /_wdt
55

66
web_profiler_profiler:
7-
resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
7+
resource: '@WebProfilerBundle/Resources/config/routing/profiler.php'
88
prefix: /_profiler

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,12 @@
524524
"version": "v5.0.5"
525525
},
526526
"symfony/web-profiler-bundle": {
527-
"version": "7.2",
527+
"version": "7.3",
528528
"recipe": {
529529
"repo": "github.com/symfony/recipes",
530530
"branch": "main",
531-
"version": "6.1",
532-
"ref": "8b51135b84f4266e3b4c8a6dc23c9d1e32e543b7"
531+
"version": "7.3",
532+
"ref": "a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026"
533533
},
534534
"files": [
535535
"config/packages/web_profiler.yaml",

0 commit comments

Comments
 (0)