Skip to content

Commit dcda227

Browse files
authored
Merge pull request #54 from veewee/feature/replace-psl-with-php-standard-library
Replace azjezz/psl with php-standard-library/php-standard-library
2 parents 6619cb0 + cc84484 commit dcda227

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
@@ -16,11 +16,11 @@
1616
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
1717
"ext-dom": "*",
1818
"goetas-webservices/xsd-reader": "^0.4.11",
19-
"php-soap/engine": "^2.16",
20-
"php-soap/wsdl": "^1.14",
19+
"php-soap/engine": "^2.19",
20+
"php-soap/wsdl": "^1.18",
2121
"php-soap/xml": "^1.9.0",
22-
"veewee/xml": "^3.0",
23-
"azjezz/psl": "^3.0 || ^4.0 || ^5.0",
22+
"veewee/xml": "^3.6",
23+
"php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0",
2424
"symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
2525
"webmozart/assert": "^1.11",
2626
"php-tui/php-tui": "^0.2.1"

0 commit comments

Comments
 (0)