diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 895681004..400e3a761 --- a/composer.json +++ b/composer.json @@ -93,7 +93,7 @@ "php-http/guzzle7-adapter": "^0.1", "php-http/message": "^1.6", "pragmarx/google2fa-laravel": "^v2.0.0", - "predis/predis": "^1.1", + "predis/predis": "^2.1", "propaganistas/laravel-disposable-email": "^2.0", "ramsey/uuid": "^4.0", "sentry/sentry-laravel": "^3.0", diff --git a/composer.lock b/composer.lock index ad3b457b0..1918fab6d 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": "cd03a10be64108f119330be0b5aef97b", + "content-hash": "b8e926f52839e2e3944c581a92c024f3", "packages": [ { "name": "aharen/omdbapi", @@ -7692,27 +7692,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": { @@ -7725,19 +7723,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", @@ -7746,7 +7738,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": [ { @@ -7754,7 +7746,7 @@ "type": "github" } ], - "time": "2022-01-05T17:46:08+00:00" + "time": "2023-03-02T18:32:04+00:00" }, { "name": "propaganistas/laravel-disposable-email", @@ -18152,5 +18144,5 @@ "ext-zlib": "*" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }