Skip to content

Commit e8cad35

Browse files
committed
Update symfony/security-bundle recipe
1 parent 01345ec commit e8cad35

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
@@ -392,15 +392,16 @@
392392
"version": "v6.0.0"
393393
},
394394
"symfony/security-bundle": {
395-
"version": "6.2",
395+
"version": "6.4",
396396
"recipe": {
397397
"repo": "github.com/symfony/recipes",
398398
"branch": "main",
399-
"version": "6.0",
400-
"ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48"
399+
"version": "6.4",
400+
"ref": "2ae08430db28c8eb4476605894296c82a642028f"
401401
},
402402
"files": [
403-
"config/packages/security.yaml"
403+
"config/packages/security.yaml",
404+
"config/routes/security.yaml"
404405
]
405406
},
406407
"symfony/security-core": {

0 commit comments

Comments
 (0)