Skip to content

Commit 8527a4c

Browse files
committed
4268: Updated symfony/web-profiler-bundle recipe
1 parent a95eb24 commit 8527a4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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
@@ -211,12 +211,12 @@
211211
]
212212
},
213213
"symfony/web-profiler-bundle": {
214-
"version": "6.4",
214+
"version": "7.3",
215215
"recipe": {
216216
"repo": "github.com/symfony/recipes",
217217
"branch": "main",
218-
"version": "6.1",
219-
"ref": "8b51135b84f4266e3b4c8a6dc23c9d1e32e543b7"
218+
"version": "7.3",
219+
"ref": "5b2b543e13942495c0003f67780cb4448af9e606"
220220
},
221221
"files": [
222222
"config/packages/web_profiler.yaml",

0 commit comments

Comments
 (0)