Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Jun 12, 2024
1 parent d724e94 commit 789edd6
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 @@ -18,7 +18,7 @@
"ext-zlib": "*",
"imagine/imagine": "^1.3",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"symfony/polyfill-php73": "^1.27",
"symfony/polyfill-php80": "^1.27"
},
Expand All @@ -30,7 +30,7 @@
"contao/imagine-svg": "^1.0",
"contao/test-case": "^4.5",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/phpunit-bridge": "^5.4",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/polyfill-php81": "^1.27"
},
"suggest": {
Expand Down

0 comments on commit 789edd6

Please sign in to comment.