diff --git a/composer.json b/composer.json index 75cf493aa..64d0721cf 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.1", "superbalist/laravel-google-cloud-storage": "^2.2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 4d2958ccf..aed5da3d8 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": "f534ec6aba391ca987a7f581788c3ae3", "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,27 +5539,25 @@ }, { "name": "predis/predis", - "version": "v1.1.10", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e" + "reference": "a77a43913a74f9331f637bb12867eb8e274814e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", + "url": "https://api.github.com/repos/predis/predis/zipball/a77a43913a74f9331f637bb12867eb8e274814e5", + "reference": "a77a43913a74f9331f637bb12867eb8e274814e5", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" - }, - "suggest": { - "ext-curl": "Allows access to Webdis when paired with phpiredis", - "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" + "friendsofphp/php-cs-fixer": "^3.3", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^8.0 || ~9.4.4" }, "type": "library", "autoload": { @@ -5572,19 +5570,13 @@ "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" } ], - "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 +5585,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.1.2" }, "funding": [ { @@ -5601,7 +5593,7 @@ "type": "github" } ], - "time": "2022-01-05T17:46:08+00:00" + "time": "2023-03-02T18:32:04+00:00" }, { "name": "psr/cache", @@ -14792,5 +14784,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }