Skip to content

Commit

Permalink
Merge pull request #12 from javiereguiluz/sf7
Browse files Browse the repository at this point in the history
Allow using Symfony 7 dependencies
  • Loading branch information
flack authored Nov 13, 2023
2 parents c394a70 + c3512c8 commit 0be5d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=7.0",
"symfony/intl": "~2.6|~3.4|~4.0|~5.0|~6.0"
"symfony/intl": "~2.6|~3.4|~4.0|~5.0|~6.0|~7.0"
},
"suggest": {
"ext-intl": "Needed for usage with other locales than 'en'"
Expand Down

0 comments on commit 0be5d7d

Please sign in to comment.