Skip to content

Commit

Permalink
wider version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miqwit committed Nov 15, 2020
1 parent a537651 commit 3ff69ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"php": "^7.2",
"ext-ctype": "*",
"ext-iconv": "*",
"symfony/console": "5.*",
"symfony/dotenv": "5.*",
"symfony/console": "^2.7|^3.0|^4.0|^5.0",
"symfony/dotenv": "^4.0|^5.0",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "5.*",
"symfony/yaml": "5.*",
"symfony/http-kernel": "^5.1.5",
"symfony/framework-bundle": "^4.0|^5.0",
"symfony/yaml": "^2.2|^3.0|^4.0|^5.0",
"symfony/http-kernel": "^4.0|^5.1.5",
"goetas-webservices/xsd2php-runtime":"^0.2.2"
},
"require-dev": {
"symfony/maker-bundle": "^1.14",
"symfony/phpunit-bridge": "^5.0",
"symfony/phpunit-bridge": "^4.0|^5.0",
"goetas-webservices/xsd2php":"^0.3"
},
"config": {
Expand Down

0 comments on commit 3ff69ad

Please sign in to comment.