From c3c1f2c39cf6b219e0778ea87a416b79c9f2180c Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Fri, 13 Mar 2026 07:06:16 +0100 Subject: [PATCH] Allow PSL 5.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6c0ef90..d2fa22a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": "~8.3.0 || ~8.4.0 || ~8.5.0", "ext-json": "*", - "azjezz/psl": "^3.1 || ^4.0", + "azjezz/psl": "^3.1 || ^4.0 || ^5.0", "cardinalby/content-disposition": "^1.1", "league/uri": "^7.3", "php-http/client-common": "^2.7",