From dff7ff5bcb775dc287f85666c58aaffa929d60cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 03:01:21 +0000 Subject: [PATCH] Bump predis/predis from 2.1.0 to 2.1.1 Bumps [predis/predis](https://github.com/predis/predis) from 2.1.0 to 2.1.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.1.0...v2.1.1) --- updated-dependencies: - dependency-name: predis/predis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index f2afa3f07..651a2e0a7 100644 --- a/composer.lock +++ b/composer.lock @@ -7907,16 +7907,16 @@ }, { "name": "predis/predis", - "version": "v2.1.0", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "fbf270156f529a9920551c6f499c52a11ca4a1c3" + "reference": "c5b60884e89630f9518a7919f0566db438f0fc9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/fbf270156f529a9920551c6f499c52a11ca4a1c3", - "reference": "fbf270156f529a9920551c6f499c52a11ca4a1c3", + "url": "https://api.github.com/repos/predis/predis/zipball/c5b60884e89630f9518a7919f0566db438f0fc9a", + "reference": "c5b60884e89630f9518a7919f0566db438f0fc9a", "shasum": "" }, "require": { @@ -7926,8 +7926,7 @@ "phpunit/phpunit": "^8.0 || ~9.4.4" }, "suggest": { - "ext-curl": "Allows access to Webdis when paired with phpiredis", - "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" + "ext-curl": "Allows access to Webdis when paired with phpiredis" }, "type": "library", "extra": { @@ -7945,16 +7944,16 @@ "MIT" ], "authors": [ - { - "name": "Daniele Alessandri", - "email": "suppakilla@gmail.com", - "homepage": "http://clorophilla.net", - "role": "Creator & Maintainer" - }, { "name": "Till Krüss", "homepage": "https://till.im", "role": "Maintainer" + }, + { + "name": "Daniele Alessandri", + "email": "suppakilla@gmail.com", + "homepage": "http://clorophilla.net", + "role": "Creator" } ], "description": "A flexible and feature-complete Redis client for PHP.", @@ -7966,7 +7965,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v2.1.0" + "source": "https://github.com/predis/predis/tree/v2.1.1" }, "funding": [ { @@ -7974,7 +7973,7 @@ "type": "github" } ], - "time": "2023-01-16T23:33:05+00:00" + "time": "2023-01-17T20:57:35+00:00" }, { "name": "psr/cache",