From e30f9df21b011850288529a64e37f74e275181f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 12:58:13 +0000 Subject: [PATCH] Bump predis/predis from 1.1.10 to 2.0.3 Bumps [predis/predis](https://github.com/predis/predis) from 1.1.10 to 2.0.3. - [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.10...v2.0.3) --- updated-dependencies: - dependency-name: predis/predis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 37 +++++++++++++++++++++---------------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 75cf493aa..2fda793da 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "mxl/laravel-job": "^1.2", "percymamedy/laravel-dev-booter": "^3.0", "php-http/guzzle6-adapter": "^2.0", - "predis/predis": "^1.1", + "predis/predis": "^2.0", "superbalist/laravel-google-cloud-storage": "^2.2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 4d2958ccf..43161ab34 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": "bd8ec42f4268fd1af0e37ff09b8916cb", + "content-hash": "d16ce3db8a05f7268ca588a2eeab4569", "packages": [ { "name": "albertcht/invisible-recaptcha", @@ -1498,11 +1498,6 @@ "reference": "7fb3e78ce949dd341b5418f876c3ff74d8c1ff92", "shasum": "" }, - "archive": { - "exclude": [ - "storage/screenshots" - ] - }, "require": { "google/cloud-error-reporting": "^0.16.2", "google/cloud-logging": "^1.14", @@ -1536,6 +1531,11 @@ "GlueDev\\Laravel\\Stackdriver\\Tests\\": "tests" } }, + "archive": { + "exclude": [ + "storage/screenshots" + ] + }, "license": [ "MIT" ], @@ -5539,29 +5539,34 @@ }, { "name": "predis/predis", - "version": "v1.1.10", + "version": "v2.0.3", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e" + "reference": "ff59f745815150c65ed388f7d64e7660fe961771" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", + "url": "https://api.github.com/repos/predis/predis/zipball/ff59f745815150c65ed388f7d64e7660fe961771", + "reference": "ff59f745815150c65ed388f7d64e7660fe961771", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "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" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.0-dev" + } + }, "autoload": { "psr-4": { "Predis\\": "src/" @@ -5584,7 +5589,7 @@ "role": "Maintainer" } ], - "description": "Flexible and feature-complete Redis client for PHP and HHVM", + "description": "A flexible and feature-complete Redis client for PHP.", "homepage": "http://github.com/predis/predis", "keywords": [ "nosql", @@ -5593,7 +5598,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v1.1.10" + "source": "https://github.com/predis/predis/tree/v2.0.3" }, "funding": [ { @@ -5601,7 +5606,7 @@ "type": "github" } ], - "time": "2022-01-05T17:46:08+00:00" + "time": "2022-10-11T16:52:29+00:00" }, { "name": "psr/cache", @@ -14792,5 +14797,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }