diff --git a/composer.json b/composer.json index 5331148b..a5ace856 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ext-gd": "*", "ext-json": "*", "ext-xml": "*", - "predis/predis": "^1.1", + "predis/predis": "^2.0", "monolog/monolog": "2.7.0", "macbre/monolog-utils": "^2.1", "tedivm/jshrink": "^1.2" diff --git a/composer.lock b/composer.lock index 20cb896e..58d9b574 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": "ccf3bcc99fbe94ac5acbbd6487675e3a", + "content-hash": "41524683c98d348d1e73c8dcf1e06724", "packages": [ { "name": "macbre/monolog-utils", @@ -157,29 +157,34 @@ }, { "name": "predis/predis", - "version": "v1.1.10", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e" + "reference": "99c253733dee9447d26257dc669d33d5ac84713d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", + "url": "https://api.github.com/repos/predis/predis/zipball/99c253733dee9447d26257dc669d33d5ac84713d", + "reference": "99c253733dee9447d26257dc669d33d5ac84713d", "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/" @@ -202,7 +207,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", @@ -211,7 +216,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.0" }, "funding": [ { @@ -219,7 +224,7 @@ "type": "github" } ], - "time": "2022-01-05T17:46:08+00:00" + "time": "2022-06-08T13:14:56+00:00" }, { "name": "psr/log",