Skip to content

Commit 86fd29b

Browse files
committed
5282: Updated symfony/web-profiler-bundle recipe
1 parent caf8285 commit 86fd29b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@
203203
]
204204
},
205205
"symfony/web-profiler-bundle": {
206-
"version": "6.4",
206+
"version": "7.3",
207207
"recipe": {
208208
"repo": "github.com/symfony/recipes",
209209
"branch": "main",
210-
"version": "6.1",
211-
"ref": "8b51135b84f4266e3b4c8a6dc23c9d1e32e543b7"
210+
"version": "7.3",
211+
"ref": "a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026"
212212
},
213213
"files": [
214214
"config/packages/web_profiler.yaml",

0 commit comments

Comments
 (0)