Skip to content

Commit

Permalink
Update profiler recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
awurth committed Sep 3, 2023
1 parent 45ced70 commit 0b64751
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion config/packages/web_profiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ when@dev:
intercept_redirects: false

framework:
profiler: { only_exceptions: false }
profiler:
only_exceptions: false
collect_serializer_data: true

when@test:
web_profiler:
Expand Down
6 changes: 3 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,12 +423,12 @@
"version": "v5.1.2"
},
"symfony/web-profiler-bundle": {
"version": "5.4",
"version": "6.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.3",
"ref": "24bbc3d84ef2f427f82104f766014e799eefcc3e"
"version": "6.1",
"ref": "e42b3f0177df239add25373083a564e5ead4e13a"
},
"files": [
"config/packages/web_profiler.yaml",
Expand Down

0 comments on commit 0b64751

Please sign in to comment.