From 615e789134599de4c46c686e7d7089db358478ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:09:42 +0000 Subject: [PATCH] Bump predis/predis from 2.0.0 to 2.0.1 Bumps [predis/predis](https://github.com/predis/predis) from 2.0.0 to 2.0.1. - [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...v2.0.1) --- updated-dependencies: - dependency-name: predis/predis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 177b273521..4ebb99b6cd 100644 --- a/composer.lock +++ b/composer.lock @@ -4444,16 +4444,16 @@ }, { "name": "predis/predis", - "version": "v2.0.0", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "99c253733dee9447d26257dc669d33d5ac84713d" + "reference": "7683215023a6669d618c56df7c025ab8e6840bfd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/99c253733dee9447d26257dc669d33d5ac84713d", - "reference": "99c253733dee9447d26257dc669d33d5ac84713d", + "url": "https://api.github.com/repos/predis/predis/zipball/7683215023a6669d618c56df7c025ab8e6840bfd", + "reference": "7683215023a6669d618c56df7c025ab8e6840bfd", "shasum": "" }, "require": { @@ -4503,7 +4503,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v2.0.0" + "source": "https://github.com/predis/predis/tree/v2.0.1" }, "funding": [ { @@ -4511,7 +4511,7 @@ "type": "github" } ], - "time": "2022-06-08T13:14:56+00:00" + "time": "2022-09-04T21:57:36+00:00" }, { "name": "psr/cache",