Skip to content

Commit

Permalink
web-profiler recipe ran
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Nov 28, 2023
1 parent 5ad65a5 commit fbfd9a8
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 26 deletions.
6 changes: 0 additions & 6 deletions config/packages/dev/web_profiler.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions config/packages/test/web_profiler.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions config/packages/web_profiler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
when@dev:
web_profiler:
toolbar: true
intercept_redirects: false

framework:
profiler:
only_exceptions: false
collect_serializer_data: true

when@test:
web_profiler:
toolbar: false
intercept_redirects: false

framework:
profiler: { collect: false }
7 changes: 0 additions & 7 deletions config/routes/dev/web_profiler.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions config/routes/web_profiler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
when@dev:
web_profiler_wdt:
resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'
prefix: /_wdt

web_profiler_profiler:
resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
prefix: /_profiler
13 changes: 6 additions & 7 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -571,17 +571,16 @@
"version": "v4.4.19"
},
"symfony/web-profiler-bundle": {
"version": "3.3",
"version": "6.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "3.3",
"ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
"branch": "main",
"version": "6.1",
"ref": "e42b3f0177df239add25373083a564e5ead4e13a"
},
"files": [
"config/packages/dev/web_profiler.yaml",
"config/packages/test/web_profiler.yaml",
"config/routes/dev/web_profiler.yaml"
"config/packages/web_profiler.yaml",
"config/routes/web_profiler.yaml"
]
},
"symfony/webpack-encore-bundle": {
Expand Down

0 comments on commit fbfd9a8

Please sign in to comment.