Updated symfony/security recipe

This commit is contained in:
Jan Böhmer 2023-05-27 21:04:28 +02:00
parent 8fb4e6c4ee
commit 0573f80525
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
security: security:
enable_authenticator_manager: true enable_authenticator_manager: true
# https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords
password_hashers: password_hashers:
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto' Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'

View file

@ -655,12 +655,12 @@
"version": "v5.3.4" "version": "v5.3.4"
}, },
"symfony/security-bundle": { "symfony/security-bundle": {
"version": "5.4", "version": "6.2",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "5.3", "version": "6.0",
"ref": "98f1f2b0d635908c2b40f3675da2d23b1a069d30" "ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48"
}, },
"files": [ "files": [
"config/packages/security.yaml" "config/packages/security.yaml"