Internal: Update symfony/security-bundle recipe

pull/5329/head
Angel Fernando Quiroz Campos 2 years ago
parent 79c2666d4c
commit 27674d2df3
  1. 3
      config/packages/security.yaml
  2. 3
      config/routes/security.yaml
  3. 9
      symfony.lock

@ -1,8 +1,7 @@
# To get started with security, check out the documentation:
# http://symfony.com/doc/current/book/security.html
security:
enable_authenticator_manager: true
# https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords
password_hashers:
legacy_md5:
algorithm: md5

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

@ -380,15 +380,16 @@
]
},
"symfony/security-bundle": {
"version": "5.4",
"version": "6.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.3",
"ref": "98f1f2b0d635908c2b40f3675da2d23b1a069d30"
"version": "6.4",
"ref": "2ae08430db28c8eb4476605894296c82a642028f"
},
"files": [
"config/packages/security.yaml"
"config/packages/security.yaml",
"config/routes/security.yaml"
]
},
"symfony/translation": {

Loading…
Cancel
Save