From ce6b07ad2a8e6d67d7ff348392943edc60272433 Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Thu, 19 Mar 2026 08:30:06 +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 f8e98b2..58b2e60 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": "~8.3.0 || ~8.4.0 || ~8.5.0", - "azjezz/psl": "^3.0 || ^4.0 || ^5.0", + "php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0", "php-soap/xml": "^1.9.0" }, "autoload-dev": {