Skip to content

Commit

Permalink
lock security-core to ^6.0, undo validator version change; fix lowest…
Browse files Browse the repository at this point in the history
… tests?
  • Loading branch information
jwong-dayspring committed May 13, 2024
1 parent 2df494a commit ce40be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tests/Resources/config/security.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# To get started with security, check out the documentation:
# http://symfony.com/doc/current/book/security.html
security:
enable_authenticator_manager: true

# http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
providers:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/mailer": "^5.4|^6.0",
"symfony/security-bundle": "^5.4|^6.0",
"symfony/security-core": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/validator": "^5.4.1|^6.0",
"symfony/validator": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0",
"symfony/asset": "^5.4|^6.0",
Expand Down

0 comments on commit ce40be0

Please sign in to comment.