Skip to content

Commit 6cbe8f7

Browse files
CodeDreddGregor Becker
and
Gregor Becker
authored
Adding commands to generate code from wsdl (client, validation) (#10)
* refactor(v1): starting new command * refactor(v1): add code generation library & test * refactor(v1): added testing and poc generation * refactor(classmap-generator): coding * refactor(v1): adding new type method * refactor(v1): new code generation * refactor(v1): adding contract generation & reworked class function __call * wip * refactor(v1): final changes, docs & tests * refactor(v1): remove dd * refactor(v1): fix unit tests * Apply fixes from StyleCI (#11) * refactor(v1): update docs * refactor(v1): remove no longer needed files * refactor(v1): change mailmap Co-authored-by: Gregor Becker <[email protected]>
1 parent 00cadff commit 6cbe8f7

22 files changed

+1275
-116
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CodeDredd <[email protected]> Gregor Becker <[email protected]>
2+
CodeDredd <[email protected]> Gregor Becker <[email protected]>

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@
2121
"php-http/discovery": "^1.7",
2222
"php-http/message": "^1.8",
2323
"php-http/client-common": "^2.1",
24-
"robrichards/wse-php": "^2.0"
24+
"robrichards/wse-php": "^2.0",
25+
"wsdl2phpgenerator/wsdl2phpgenerator": "^3.4"
2526
},
2627
"require-dev": {
2728
"symfony/var-dumper": "^5.0",
2829
"phpunit/phpunit": "^9.1",
29-
"mockery/mockery": "^1.3",
30-
"orchestra/testbench": "^5.1"
30+
"orchestra/testbench": "^5.1",
31+
"laminas/laminas-code": "^3.4"
3132
},
3233
"autoload": {
3334
"psr-4": {

0 commit comments

Comments
 (0)