diff --git a/composer.json b/composer.json index 61eba4d5c..0fabb7bcf 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,8 @@ "wpscholar/url": "^1.2", "newfold-labs/wp-module-features": "^1.5", "newfold-labs/wp-module-installer": "^1.7", - "newfold-labs/wp-module-htaccess": "^1.0" + "newfold-labs/wp-module-htaccess": "^1.0", + "predis/predis": "^2.0" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", diff --git a/composer.lock b/composer.lock index fb70b2d02..9ec17bee0 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": "daa82d5787c8a68446190b39edf1880c", + "content-hash": "d6add82308ad98f2eedbea7d4a47ff7b", "packages": [ { "name": "colinmollenhour/credis", @@ -784,6 +784,68 @@ }, "time": "2026-02-06T15:35:21+00:00" }, + { + "name": "predis/predis", + "version": "v2.4.1", + "source": { + "type": "git", + "url": "https://github.com/predis/predis.git", + "reference": "07105e050622ed80bd60808367ced9e379f31530" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/predis/predis/zipball/07105e050622ed80bd60808367ced9e379f31530", + "reference": "07105e050622ed80bd60808367ced9e379f31530", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.3", + "phpstan/phpstan": "^1.9", + "phpunit/phpcov": "^6.0 || ^8.0", + "phpunit/phpunit": "^8.0 || ^9.4" + }, + "suggest": { + "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" + }, + "type": "library", + "autoload": { + "psr-4": { + "Predis\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Till Krüss", + "homepage": "https://till.im", + "role": "Maintainer" + } + ], + "description": "A flexible and feature-complete Redis/Valkey client for PHP.", + "homepage": "http://github.com/predis/predis", + "keywords": [ + "nosql", + "predis", + "redis" + ], + "support": { + "issues": "https://github.com/predis/predis/issues", + "source": "https://github.com/predis/predis/tree/v2.4.1" + }, + "funding": [ + { + "url": "https://github.com/sponsors/tillkruss", + "type": "github" + } + ], + "time": "2025-11-12T18:00:11+00:00" + }, { "name": "wp-forge/collection", "version": "1.0.3",