From 2b42e2764882301b9225d65da017618ac2f44c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:35:48 +0000 Subject: [PATCH] Update predis/predis requirement from ^2.0 to ^3.2 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.0.0...v3.2.0) --- updated-dependencies: - dependency-name: predis/predis dependency-version: 3.2.0 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 0565516..96ed7e2 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "orchestra/testbench": "^7.6", "orchestra/testbench-core": "^7.0", "phpunit/phpunit": "^9.5.13", - "predis/predis": "^2.0" + "predis/predis": "^3.2" }, "config": { "sort-packages": true