From 305a076b1721bb4a481511f0a950ca27868f80c6 Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Thu, 19 Mar 2026 08:02:09 +0100 Subject: [PATCH] Replace azjezz/psl with php-standard-library/php-standard-library The PSL package moved to a new vendor name. Allow versions ^3.0 || ~4.0 || ^5.0 || ^6.0. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ee6045a..08bbe1b 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,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" }, "require-dev": { "vimeo/psalm": "~6.13",