Skip to content

Commit 14f369f

Browse files
authored
Merge pull request #45 from veewee/feature/replace-psl-with-php-standard-library
Replace azjezz/psl with php-standard-library/php-standard-library
2 parents b4be4c7 + ecde816 commit 14f369f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
],
2222
"require": {
2323
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
24-
"azjezz/psl": "^3.0 || ^4.0 || ^5.0",
25-
"veewee/reflecta": "~0.11",
26-
"veewee/xml": "^3.3",
27-
"php-soap/engine": "^2.16",
28-
"php-soap/wsdl": "^1.14",
24+
"php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0",
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",
30-
"php-soap/wsdl-reader": "^0.30"
30+
"php-soap/wsdl-reader": "^0.31"
3131
},
3232
"require-dev": {
3333
"vimeo/psalm": "~6.13",

0 commit comments

Comments
 (0)