From 37b747c3e39a35ebe666ed8c51365bd8928fb7b4 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 20 Aug 2022 15:16:13 +0200 Subject: [PATCH] Allow predis 2.x in Monolog 3 as well, fixes #1732 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 28148f20..f722adb6 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "^9.5.16", - "predis/predis": "^1.1", + "predis/predis": "^1.1 || ^2", "ruflin/elastica": "^7", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6"