|
21 | 21 | } |
22 | 22 | ], |
23 | 23 | "require": { |
24 | | - "php": "~8.3.0 || ~8.4.0 || ~8.5.0", |
25 | | - "php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0", |
| 24 | + "php": "~8.4.0 || ~8.5.0", |
| 25 | + "php-standard-library/collection": "^6.1", |
| 26 | + "php-standard-library/dict": "^6.1", |
| 27 | + "php-standard-library/encoding": "^6.1", |
| 28 | + "php-standard-library/foundation": "^6.1", |
| 29 | + "php-standard-library/fun": "^6.1", |
| 30 | + "php-standard-library/iter": "^6.1", |
| 31 | + "php-standard-library/option": "^6.1", |
| 32 | + "php-standard-library/regex": "^6.1", |
| 33 | + "php-standard-library/result": "^6.1", |
| 34 | + "php-standard-library/str": "^6.1", |
| 35 | + "php-standard-library/type": "^6.1", |
| 36 | + "php-standard-library/vec": "^6.1", |
26 | 37 | "veewee/reflecta": "~0.16", |
27 | | - "veewee/xml": "^3.6", |
28 | | - "php-soap/engine": "^2.19", |
29 | | - "php-soap/wsdl": "^1.18", |
30 | | - "php-soap/xml": "^1.9", |
31 | | - "php-soap/wsdl-reader": "^0.31" |
| 38 | + "veewee/xml": "^4.10", |
| 39 | + "php-soap/engine": "^2.20", |
| 40 | + "php-soap/wsdl": "^1.19", |
| 41 | + "php-soap/xml": "^1.10", |
| 42 | + "php-soap/wsdl-reader": "^0.32" |
32 | 43 | }, |
33 | 44 | "require-dev": { |
34 | 45 | "vimeo/psalm": "~6.13", |
35 | 46 | "phpunit/phpunit": "~12.4", |
36 | 47 | "php-cs-fixer/shim": "~3.88", |
37 | 48 | "symfony/var-dumper": "^7.0 || ^6.4", |
38 | 49 | "php-standard-library/psalm-plugin": "^2.3", |
39 | | - "php-soap/engine-integration-tests": "^1.10", |
40 | | - "php-soap/psr18-transport": "^1.8", |
| 50 | + "php-soap/engine-integration-tests": "^1.12", |
| 51 | + "php-soap/psr18-transport": "^2.0", |
41 | 52 | "guzzlehttp/guzzle": "^7.8", |
42 | 53 | "phpbench/phpbench": "^1.6" |
43 | 54 | }, |
|
0 commit comments