Skip to content

Commit

Permalink
Update for Symfony 7 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
erkens committed Jan 2, 2024
1 parent d6228ab commit 353f4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"require": {
"php": "^8.0",
"scheb/2fa-bundle": "^6.0"
"scheb/2fa-bundle": "^6.0 || ^7.0"
},
"require-dev": {
"symfony/http-client": "^5.3 || ^6.0"
"symfony/http-client": "^5.3 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 353f4da

Please sign in to comment.