Skip to content

Commit

Permalink
allow symfony 4 and xsd reader 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Jan 18, 2018
1 parent d7e40e3 commit 482def7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"license": "MIT",
"require": {
"php": "^5.5|^7.0",
"symfony/console": "^2.7|^3.0",
"symfony/dependency-injection": "^2.2|^3.0",
"symfony/console": "^2.7|^3.0|^4.0",
"symfony/dependency-injection": "^2.2|^3.0|^4.0",
"symfony/config": "^2.2|^3.0",
"symfony/yaml": "^2.1|^3.0",
"symfony/yaml": "^2.1|^3.0|^4.0",

"goetas-webservices/xsd-reader": "^0.2",
"goetas-webservices/xsd-reader": "^0.2|^0.3@dev",
"goetas-webservices/soap-reader": "^0.3",
"doctrine/inflector": "^1.0",
"zendframework/zend-code": "~2.3",
Expand Down

0 comments on commit 482def7

Please sign in to comment.