Skip to content

Commit

Permalink
added support for symfony 7 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKratky authored Apr 12, 2024
1 parent 296a38c commit b36736d
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 @@ -110,8 +110,8 @@
"ext-mbstring": "*",
"ext-soap": "*",
"composer/composer": "^2.0",
"symfony/console": "^4.0|^5.0|^6.0",
"symfony/yaml": "^4.0|^5.0|^6.0",
"symfony/console": "^4.0|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0",
"wsdltophp/packagebase": "^5.0",
"wsdltophp/phpgenerator": "^4.0",
"wsdltophp/wsdlhandler": "^1.0"
Expand Down

0 comments on commit b36736d

Please sign in to comment.