From ca323c975ac02ec6e6f4bd862bf1448c7da71198 Mon Sep 17 00:00:00 2001 From: erezl Date: Tue, 25 Nov 2025 10:53:33 +0000 Subject: [PATCH] Update psr/log to support versions 1.x, 2.x, and 3.x for PHP 8.4 compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b12fa291..31c77b43 100644 --- a/composer.json +++ b/composer.json @@ -21,14 +21,14 @@ "php": ">=5.3.0", "ext-pcntl": "*", "colinmollenhour/credis": "~1.7", - "psr/log": "~1.0" + "psr/log": "^1.0 || ^2.0 || ^3.0" }, "suggest": { "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.", "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available." }, "require-dev": { - "phpunit/phpunit": "3.7.*" + "phpunit/phpunit": "3.7.* || ^11.0" }, "bin": [ "bin/resque"