From 3643fc218e53f5f9f644b262bb96da72cacf7986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 07:01:11 +0000 Subject: [PATCH] chore(deps-dev): update predis/predis requirement from ^1.1 to ^2.1 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/v1.1.0...v2.1.0) --- updated-dependencies: - dependency-name: predis/predis 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 38ddfd6ef3c7..4f37521835ff 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nexusphp/tachycardia": "^1.0", "phpstan/phpstan": "^1.0", "phpunit/phpunit": "^9.1", - "predis/predis": "^1.1", + "predis/predis": "^2.1", "rector/rector": "0.12.8" }, "suggest": {