Updated security-bundle recipe

This commit is contained in:
Jan Böhmer 2023-12-03 23:27:18 +01:00
parent 15411d6c81
commit 64af418be2
2 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1,3 @@
_security_logout:
resource: security.route_loader.logout
type: service

View file

@ -705,15 +705,16 @@
"version": "v5.3.4" "version": "v5.3.4"
}, },
"symfony/security-bundle": { "symfony/security-bundle": {
"version": "6.2", "version": "6.4",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "6.0", "version": "6.4",
"ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48" "ref": "2ae08430db28c8eb4476605894296c82a642028f"
}, },
"files": [ "files": [
"config/packages/security.yaml" "config/packages/security.yaml",
"config/routes/security.yaml"
] ]
}, },
"symfony/security-core": { "symfony/security-core": {