From 66753e768d006b363ff175107d10f03ec26c68da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:24:35 +0000 Subject: [PATCH] Update predis/predis requirement from ^2.3 to ^2.3 || ^3.0 Updates the requirements on [predis/predis](https://github.com/predis/predis) to permit the latest version. - [Release notes](https://github.com/predis/predis/releases) - [Changelog](https://github.com/predis/predis/blob/main/CHANGELOG.md) - [Commits](https://github.com/predis/predis/compare/v2.3.0...v3.4.2) --- updated-dependencies: - dependency-name: predis/predis dependency-version: 3.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ebe65fb..a4a4ada 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpstan/phpstan-phpunit": "^1.1.0", "phpstan/phpstan-strict-rules": "^1.1.0", "phpunit/phpunit": "^9.4", - "predis/predis": "^2.3", + "predis/predis": "^2.3 || ^3.0", "squizlabs/php_codesniffer": "^3.6", "symfony/polyfill-apcu": "^1.6" },