Skip to content

Commit

Permalink
Allow Symfony 7 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Dec 3, 2023
1 parent 65fb85a commit 39719be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": ">=8.0",
"symfony/http-foundation": "^5.0 || ^6.0",
"symfony/mailer": "^5.0 || ^6.0",
"symfony/http-foundation": "^5.0 || ^6.0 || ^7.0",
"symfony/mailer": "^5.0 || ^6.0 || ^7.0",
"thecodingmachine/safe": "^2.0",
"webmozart/assert": "^1.10"
},
Expand All @@ -26,7 +26,7 @@
"phpstan/phpstan": "^0.12.94",
"phpstan/phpstan-webmozart-assert": "^0.12.15",
"phpunit/phpunit": "^9.5",
"symfony/http-client": "^5.0",
"symfony/http-client": "^5.0 || ^6.0 || ^7.0",
"thecodingmachine/phpstan-safe-rule": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 39719be

Please sign in to comment.