diff --git a/admin/framework/composer.json b/admin/framework/composer.json index f5cf13660c9a..d53e427fe43c 100644 --- a/admin/framework/composer.json +++ b/admin/framework/composer.json @@ -24,7 +24,7 @@ "mikey179/vfsstream": "^1.6.12", "nexusphp/cs-config": "^3.6", "phpunit/phpunit": "^10.5.16 || ^11.2", - "predis/predis": "^1.1 || ^2.0" + "predis/predis": "^1.1 || ^2.3" }, "suggest": { "ext-curl": "If you use CURLRequest class", diff --git a/composer.json b/composer.json index af536d7ab06d..f56ed60fed61 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan-strict-rules": "^1.6", "phpunit/phpcov": "^9.0.2 || ^10.0", "phpunit/phpunit": "^10.5.16 || ^11.2", - "predis/predis": "^1.1 || ^2.0", + "predis/predis": "^1.1 || ^2.3", "rector/rector": "1.2.10" }, "replace": {