From 47c424bd19f3895d725fe0e4fe490c4c63d04a94 Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Thu, 19 Mar 2026 08:34: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 fadffd1..1a922f1 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php-soap/engine": "^2.16.0", "psr/cache": "^3.0", "psr/cache-implementation": "^3.0", - "azjezz/psl": "^3.0 || ^4.0 || ^5.0" + "php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "phpunit/phpunit": "~12.3",