Skip to content

Commit

Permalink
Merge pull request #15 from ignacioalles/symfony6
Browse files Browse the repository at this point in the history
allow symfony/* ^6.0 required by laravel 9.x
  • Loading branch information
miqwit authored Oct 2, 2022
2 parents 16bdbec + 16e5ff7 commit 6e64cd4
Show file tree
Hide file tree
Showing 2 changed files with 378 additions and 832 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"ext-ctype": "*",
"ext-iconv": "*",
"goetas-webservices/xsd2php-runtime": "v0.2.16",
"symfony/console": "^2.7|^3.0|^4.0|^5.0",
"symfony/dotenv": "^4.0|^5.0",
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
"symfony/dotenv": "^4.0|^5.0|^6.0",
"symfony/flex": "^1.18",
"symfony/framework-bundle": "^4.0|^5.0",
"symfony/http-kernel": "^4.0|^5.1.5",
"symfony/yaml": "^2.2|^3.0|^4.0|^5.0"
"symfony/framework-bundle": "^4.0|^5.0|^6.0",
"symfony/http-kernel": "^4.0|^5.1.5|^6.0",
"symfony/yaml": "^2.2|^3.0|^4.0|^5.0|^6.0"
},
"require-dev": {
"goetas-webservices/xsd2php": "^0.4.4",
Expand Down
Loading

0 comments on commit 6e64cd4

Please sign in to comment.