Skip to content

Commit

Permalink
Update recipe symfony/security-bundle...
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Nov 30, 2023
1 parent 39450bf commit 63604a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions config/routes/security.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_security_logout:
resource: security.route_loader.logout
type: service
9 changes: 5 additions & 4 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,16 @@
]
},
"symfony/security-bundle": {
"version": "6.3",
"version": "6.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.0",
"ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48"
"version": "6.4",
"ref": "2ae08430db28c8eb4476605894296c82a642028f"
},
"files": [
"config/packages/security.yaml"
"config/packages/security.yaml",
"config/routes/security.yaml"
]
},
"symfony/stimulus-bundle": {
Expand Down

0 comments on commit 63604a3

Please sign in to comment.