Skip to content

Commit dd60925

Browse files
authored
Merge pull request phpro#606 from veewee/feature/replace-psl-package
feat: replace azjezz/psl with php-standard-library/php-standard-library
2 parents e42dd62 + e2d3de2 commit dd60925

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
],
1414
"require": {
1515
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
16-
"azjezz/psl": "^3.0 || ^4.0 || ^5.0",
16+
"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)