diff --git a/composer.json b/composer.json index 47540a5..9d29fa6 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "johnbillion/query-monitor": "^3.17", "johnpbloch/wordpress": "^6.8", "pantheon-systems/wp-redis": "^1.4", - "humanmade/wp-redis-predis-client": "^0.1.2", + "humanmade/wp-redis-predis-client": "^0.2.0", "afragen/git-updater": "^12.18", "fairpm/fair-parent-theme": "~1.0.1", "humanmade/aws-ses-wp-mail": "dev-master", diff --git a/composer.lock b/composer.lock index 6564f83..2e39b8a 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": "2d594a69208261c0558253b19cb445ad", + "content-hash": "c86f1d00084651d71c41054aa63acee5", "packages": [ { "name": "afragen/git-updater", @@ -1289,23 +1289,24 @@ }, { "name": "humanmade/wp-redis-predis-client", - "version": "0.1.2", + "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/humanmade/wp-redis-predis-client.git", - "reference": "4fef0721054a756f3f2300c2227f565acea391bd" + "reference": "f1f39a7204af2e313ac51743821b6a79eaaed0f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/humanmade/wp-redis-predis-client/zipball/4fef0721054a756f3f2300c2227f565acea391bd", - "reference": "4fef0721054a756f3f2300c2227f565acea391bd", + "url": "https://api.github.com/repos/humanmade/wp-redis-predis-client/zipball/f1f39a7204af2e313ac51743821b6a79eaaed0f6", + "reference": "f1f39a7204af2e313ac51743821b6a79eaaed0f6", "shasum": "" }, "require": { - "predis/predis": "~1.1" + "php": "^8.2", + "predis/predis": "^3.2.0" }, "require-dev": { - "phpunit/phpunit": "^7.1.4" + "phpunit/phpunit": "^11.0" }, "type": "library", "autoload": { @@ -1316,9 +1317,9 @@ "notification-url": "https://packagist.org/downloads/", "support": { "issues": "https://github.com/humanmade/wp-redis-predis-client/issues", - "source": "https://github.com/humanmade/wp-redis-predis-client/tree/0.1.2" + "source": "https://github.com/humanmade/wp-redis-predis-client/tree/0.2.0" }, - "time": "2025-01-24T17:01:53+00:00" + "time": "2025-10-28T11:26:36+00:00" }, { "name": "johnbillion/query-monitor", @@ -1752,27 +1753,30 @@ }, { "name": "predis/predis", - "version": "v1.1.10", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e" + "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", - "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", + "url": "https://api.github.com/repos/predis/predis/zipball/9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8", + "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": "^7.2 || ^8.0", + "psr/http-message": "^1.0|^2.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "friendsofphp/php-cs-fixer": "^3.3", + "phpstan/phpstan": "^1.9", + "phpunit/phpcov": "^6.0 || ^8.0", + "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-relay": "Faster connection with in-memory caching (>=0.6.2)" }, "type": "library", "autoload": { @@ -1785,19 +1789,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/Valkey client for PHP.", "homepage": "http://github.com/predis/predis", "keywords": [ "nosql", @@ -1806,7 +1804,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/v3.2.0" }, "funding": [ { @@ -1814,7 +1812,7 @@ "type": "github" } ], - "time": "2022-01-05T17:46:08+00:00" + "time": "2025-08-06T06:41:24+00:00" }, { "name": "psr/http-client",