From 009b46d30a045a7d37b4c5fd9e6787330d87f47d Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Wed, 11 Mar 2026 16:01:31 +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 d60cc39..9d8c1b1 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "~8.3.0 || ~8.4.0 || ~8.5.0", "ext-soap": "*", "ext-dom": "*", - "azjezz/psl": "^3.0 || ^4.0", + "azjezz/psl": "^3.0 || ^4.0 || ^5.0", "php-soap/engine": "^2.16", "php-soap/wsdl": "^1.14", "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0 || ^8.0"