Skip to content

Commit

Permalink
generate fully typed dtos
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Dec 4, 2023
1 parent 09d550e commit c17e78f
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 137 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
],
"license": "MIT",
"require": {
"php": ">=7.2|^8.0",
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^2.2|^3.0|^4.0|^5.0|^6.0",
"symfony/yaml": "^2.2|^3.0|^4.0|^5.0|^6.0",
"symfony/config": "^2.2|^3.0|^4.0|^5.0|^6.0",
"php": "^8.0",
"symfony/console": "^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^4.0|^5.0|^6.0",
"symfony/yaml": "^4.0|^5.0|^6.0",
"symfony/config": "^4.0|^5.0|^6.0",
"goetas-webservices/xsd-reader": "^0.3.7 | ^0.4.1",
"doctrine/inflector": "^2.0",
"laminas/laminas-code": "^3.3.2|^4.0",
Expand All @@ -47,7 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
"dev-master": "1.x-dev"
}
},
"bin": [
Expand Down
Loading

0 comments on commit c17e78f

Please sign in to comment.