From 05d582d99af9f7d11e5fccb265c73ceef8d2a259 Mon Sep 17 00:00:00 2001 From: Evert Jan Hakvoort <31619091+EJTJ3@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:20:34 +0100 Subject: [PATCH] feat: Update azjezz/psl requirement to include version 5.0 Updated azjezz/psl version constraint to include ^5.0. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 38ddc8d..b294dc3 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php-soap/wsdl": "^1.14", "php-soap/xml": "^1.9.0", "veewee/xml": "^3.0", - "azjezz/psl": "^3.0 || ^4.0", + "azjezz/psl": "^3.0 || ^4.0 || ^5.0", "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0", "webmozart/assert": "^1.11", "php-tui/php-tui": "^0.2.1"