From 6efb52710d83bdb8ef2f4187ea7d52e1caa22dea Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Thu, 19 Mar 2026 08:46:43 +0100 Subject: [PATCH] Replace azjezz/psl with php-standard-library/php-standard-library Swap to the official fork and add ^6.0 to the version constraint. Ref: phpro/soap-client#604 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9d8c1b1..3f49853 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "~8.3.0 || ~8.4.0 || ~8.5.0", "ext-soap": "*", "ext-dom": "*", - "azjezz/psl": "^3.0 || ^4.0 || ^5.0", + "php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0", "php-soap/engine": "^2.16", "php-soap/wsdl": "^1.14", "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0 || ^8.0"