Skip to content

Commit

Permalink
fix composer configuration. move xsd2php config file away from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
miqwit committed Nov 14, 2020
1 parent 9c7cfc4 commit 8e8729f
Show file tree
Hide file tree
Showing 4 changed files with 1,071 additions and 1,253 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"php": "^7.2",
"ext-ctype": "*",
"ext-iconv": "*",
"symfony/console": "5.0.*",
"symfony/dotenv": "5.0.*",
"symfony/console": "5.*",
"symfony/dotenv": "5.*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "5.0.*",
"symfony/yaml": "5.0.*",
"symfony/framework-bundle": "5.*",
"symfony/yaml": "5.*",
"goetas-webservices/xsd2php-runtime":"^0.2.2"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 8e8729f

Please sign in to comment.