From 996e27fc915eaeb54ff7c2e713dc9307e5c860bf Mon Sep 17 00:00:00 2001 From: Evert Jan Hakvoort <31619091+EJTJ3@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:49:46 +0100 Subject: [PATCH] feat: Update azjezz/psl requirement to include version 5.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c3c5eff..f8e98b2 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,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", "php-soap/xml": "^1.9.0" }, "autoload-dev": {