Skip to content

Commit e148da4

Browse files
committed
Chore(deps) - Updated symfony/security-bundle recipe
1 parent 91ab156 commit e148da4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

config/routes/security.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_security_logout:
2+
resource: security.route_loader.logout
3+
type: service

symfony.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,15 +405,16 @@
405405
"version": "v5.3.2"
406406
},
407407
"symfony/security-bundle": {
408-
"version": "6.1",
408+
"version": "6.4",
409409
"recipe": {
410410
"repo": "github.com/symfony/recipes",
411411
"branch": "main",
412-
"version": "6.0",
413-
"ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48"
412+
"version": "6.4",
413+
"ref": "2ae08430db28c8eb4476605894296c82a642028f"
414414
},
415415
"files": [
416-
"config/packages/security.yaml"
416+
"config/packages/security.yaml",
417+
"config/routes/security.yaml"
417418
]
418419
},
419420
"symfony/security-core": {

0 commit comments

Comments
 (0)