Skip to content

Commit

Permalink
Allow Symfony 4-7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Marechal committed Mar 28, 2024
1 parent 8922d92 commit 19d77ae
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,8 +18,8 @@
"require": {
"php": "^7.0|^8.0",
"ext-intl": "*",
"symfony/options-resolver": "^5.0|^6.0",
"symfony/property-access": "^5.0|^6.0",
"symfony/options-resolver": "^4.0|^5.0|^6.0|^7.0",
"symfony/property-access": "^4.0|^5.0|^6.0|^7.0",
"twig/twig": "^2.0|^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 19d77ae

Please sign in to comment.