Skip to content

Commit

Permalink
Merge pull request #13 from yceruto/symfony_7_compat
Browse files Browse the repository at this point in the history
Add Symfony 7 compatibility
  • Loading branch information
yceruto committed Nov 4, 2023
2 parents 7b38616 + 5d45265 commit f182e66
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 f182e66

Please sign in to comment.