Skip to content

Commit

Permalink
Merge pull request #12 from thomas-hiron/symfony-7
Browse files Browse the repository at this point in the history
Support Symfony 7.0
  • Loading branch information
dannyvankooten authored Apr 27, 2024
2 parents f3b7a38 + 4fc0701 commit 89f1e35
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 @@ -7,8 +7,8 @@
"require": {
"php": ">=8.1",
"ibericode/vat": "^2.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0"
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/validator": "^5.4|^6.0|^7.0"
},
"require-dev": {
"ext-intl": "*",
Expand Down

0 comments on commit 89f1e35

Please sign in to comment.