From 7fe29ad983e2d4173227e87cfd2dca206e49fa66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 05:13:33 +0000 Subject: [PATCH] Bump predis/predis from 2.1.2 to 2.2.0 Bumps [predis/predis](https://github.com/predis/predis) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/predis/predis/releases) - [Changelog](https://github.com/predis/predis/blob/v2.x/CHANGELOG.md) - [Commits](https://github.com/predis/predis/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: predis/predis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 12d491b241..21ad2e3776 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,7 @@ "league/fractal": "0.*", "nunomaduro/collision": "^7.6", "pragmarx/google2fa": "^8.0", - "predis/predis": "^2.1", + "predis/predis": "^2.2", "psr/log": "<4", "ramsey/uuid": "^4.7", "rcrowe/twigbridge": "^0.14", diff --git a/composer.lock b/composer.lock index c06696e406..14081aca77 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6a3a6f3b8f7af7c34efe9e21f0bea5d8", + "content-hash": "465c0d697f7aa0cd9fd705d97ba32522", "packages": [ { "name": "bacon/bacon-qr-code", @@ -4619,16 +4619,16 @@ }, { "name": "predis/predis", - "version": "v2.1.2", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "a77a43913a74f9331f637bb12867eb8e274814e5" + "reference": "33b70b971a32b0d28b4f748b0547593dce316e0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/a77a43913a74f9331f637bb12867eb8e274814e5", - "reference": "a77a43913a74f9331f637bb12867eb8e274814e5", + "url": "https://api.github.com/repos/predis/predis/zipball/33b70b971a32b0d28b4f748b0547593dce316e0d", + "reference": "33b70b971a32b0d28b4f748b0547593dce316e0d", "shasum": "" }, "require": { @@ -4639,6 +4639,9 @@ "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^8.0 || ~9.4.4" }, + "suggest": { + "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" + }, "type": "library", "autoload": { "psr-4": { @@ -4665,7 +4668,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v2.1.2" + "source": "https://github.com/predis/predis/tree/v2.2.0" }, "funding": [ { @@ -4673,7 +4676,7 @@ "type": "github" } ], - "time": "2023-03-02T18:32:04+00:00" + "time": "2023-06-14T10:37:31+00:00" }, { "name": "psr/cache",