Skip to content

Commit e2d3de2

Browse files
committed
chore: bump minimum versions of php-soap dependencies
Bump to versions that include php-standard-library/php-standard-library support so that lowest dependency resolution passes CI.
1 parent f7b054b commit e2d3de2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
1616
"php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0",
1717
"laminas/laminas-code": "^4.17.0",
18-
"php-soap/cached-engine": "~0.3",
19-
"php-soap/engine": "^2.14.0",
20-
"php-soap/encoding": "~0.15",
18+
"php-soap/cached-engine": "~0.6",
19+
"php-soap/engine": "^2.19.0",
20+
"php-soap/encoding": "~0.28",
2121
"php-soap/psr18-transport": "^1.7",
22-
"php-soap/wsdl-reader": "~0.21",
22+
"php-soap/wsdl-reader": "~0.31",
2323
"psr/event-dispatcher": "^1.0",
2424
"psr/log": "^1.0 || ^2.0 || ^3.0",
2525
"symfony/console": "~5.4 || ~6.0 || ~7.0 || ~8.0",

0 commit comments

Comments
 (0)