From 63136e844b342eb4ea640715d4a5e1fe0a00162d Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Wed, 11 Mar 2026 15:54:18 +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 0d4551b..ee6045a 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" + "azjezz/psl": "~3.0 || ~4.0 || ~5.0" }, "require-dev": { "vimeo/psalm": "~6.13",