Skip to content

Commit f8c07c3

Browse files
committed
Bump minimum versions of deps that swapped azjezz/psl
Ensures --prefer-lowest does not pull in azjezz/psl alongside php-standard-library/php-standard-library: - php-soap/engine ^2.19 - php-soap/wsdl ^1.18 - veewee/xml ^3.6 - veewee/reflecta ~0.16 Note: php-soap/wsdl-reader also needs a bump once tagged.
1 parent 19fbad6 commit f8c07c3

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
@@ -22,10 +22,10 @@
2222
"require": {
2323
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
2424
"php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0",
25-
"veewee/reflecta": "~0.11",
26-
"veewee/xml": "^3.3",
27-
"php-soap/engine": "^2.16",
28-
"php-soap/wsdl": "^1.14",
25+
"veewee/reflecta": "~0.16",
26+
"veewee/xml": "^3.6",
27+
"php-soap/engine": "^2.19",
28+
"php-soap/wsdl": "^1.18",
2929
"php-soap/xml": "^1.9",
3030
"php-soap/wsdl-reader": "^0.30"
3131
},

0 commit comments

Comments
 (0)