|
22 | 22 | "require": {
|
23 | 23 | "php": "^8.0",
|
24 | 24 | "ext-dom": "*",
|
25 |
| - "php-soap/engine": "^0.1.0", |
26 |
| - "php-soap/wsdl": "^0.1.0", |
27 |
| - "php-soap/xml": "^0.1.0", |
| 25 | + "php-soap/engine": "^1.0", |
| 26 | + "php-soap/wsdl": "^1.0", |
| 27 | + "php-soap/xml": "^1.0", |
28 | 28 | "php-http/discovery": "^1.12",
|
29 | 29 | "psr/http-client-implementation": "^1.0",
|
30 | 30 | "psr/http-factory-implementation": "^1.0",
|
31 | 31 | "psr/http-message-implementation": "^1.0",
|
32 | 32 | "psr/http-message": "^1.0.1",
|
33 |
| - "veewee/xml": "^0.6.1", |
| 33 | + "veewee/xml": "^1.0", |
34 | 34 | "php-http/client-common": "^2.3"
|
35 | 35 | },
|
36 | 36 | "require-dev": {
|
37 | 37 | "ext-soap": "*",
|
38 | 38 | "nyholm/psr7": "^1.3",
|
39 | 39 | "php-http/mock-client": "^1.4",
|
40 |
| - "php-soap/ext-soap-engine": "^0.1.0", |
41 |
| - "php-soap/engine-integration-tests": "^0.1.0", |
| 40 | + "php-soap/ext-soap-engine": "^1.0", |
| 41 | + "php-soap/engine-integration-tests": "^1.0", |
42 | 42 | "phpunit/phpunit": "^9.5",
|
43 | 43 | "guzzlehttp/guzzle": "^7.3"
|
44 | 44 | }
|
|
0 commit comments