Skip to content

Commit

Permalink
add Symfony 7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Nov 4, 2023
1 parent 2f7079f commit 5d45265
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
"require": {
"php": ">=8.1",
"moneyphp/money": "^4.1",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"ext-gmp": "*",
"ext-intl": "*",
"doctrine/doctrine-bundle": "^2.8",
Expand Down

0 comments on commit 5d45265

Please sign in to comment.