We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01345ec commit e8cad35Copy full SHA for e8cad35
config/routes/security.yaml
@@ -0,0 +1,3 @@
1
+_security_logout:
2
+ resource: security.route_loader.logout
3
+ type: service
symfony.lock
@@ -392,15 +392,16 @@
392
"version": "v6.0.0"
393
},
394
"symfony/security-bundle": {
395
- "version": "6.2",
+ "version": "6.4",
396
"recipe": {
397
"repo": "github.com/symfony/recipes",
398
"branch": "main",
399
- "version": "6.0",
400
- "ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48"
+ "ref": "2ae08430db28c8eb4476605894296c82a642028f"
401
402
"files": [
403
- "config/packages/security.yaml"
+ "config/packages/security.yaml",
404
+ "config/routes/security.yaml"
405
]
406
407
"symfony/security-core": {
0 commit comments