From 3e6a64beaf71b9a6538895e3fbe4ac9e9195004e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 6 May 2025 00:40:15 +0100 Subject: [PATCH 1/3] Fix predis versions --- composer.json | 4 ++-- src/Illuminate/Redis/composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 49c85f60f0f0..aec9d1c2c2c6 100644 --- a/composer.json +++ b/composer.json @@ -116,7 +116,7 @@ "php-http/discovery": "^1.15", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1", - "predis/predis": "^2.4.0|^3.0.0", + "predis/predis": "^2.3|3.0", "resend/resend-php": "^0.10.0", "symfony/cache": "^7.2.0", "symfony/http-client": "^7.2.0", @@ -189,7 +189,7 @@ "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).", "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).", "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).", - "predis/predis": "Required to use the predis connector (^2.4.0|^3.0.0).", + "predis/predis": "Required to use the predis connector (^2.3|3.0).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).", diff --git a/src/Illuminate/Redis/composer.json b/src/Illuminate/Redis/composer.json index f7e219a23964..91452fb3acb8 100755 --- a/src/Illuminate/Redis/composer.json +++ b/src/Illuminate/Redis/composer.json @@ -27,7 +27,7 @@ }, "suggest": { "ext-redis": "Required to use the phpredis connector (^4.0|^5.0|^6.0).", - "predis/predis": "Required to use the predis connector (^2.4.0|3.0.0)." + "predis/predis": "Required to use the predis connector (^2.3|3.0)." }, "extra": { "branch-alias": { From 011287f5e2c4fa42f2c178110f562deed96c50b1 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 6 May 2025 00:40:53 +0100 Subject: [PATCH 2/3] Fixes --- composer.json | 2 +- src/Illuminate/Redis/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aec9d1c2c2c6..fdb7bbb5c138 100644 --- a/composer.json +++ b/composer.json @@ -116,7 +116,7 @@ "php-http/discovery": "^1.15", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1", - "predis/predis": "^2.3|3.0", + "predis/predis": "^2.3|^3.0", "resend/resend-php": "^0.10.0", "symfony/cache": "^7.2.0", "symfony/http-client": "^7.2.0", diff --git a/src/Illuminate/Redis/composer.json b/src/Illuminate/Redis/composer.json index 91452fb3acb8..05535a2460b2 100755 --- a/src/Illuminate/Redis/composer.json +++ b/src/Illuminate/Redis/composer.json @@ -27,7 +27,7 @@ }, "suggest": { "ext-redis": "Required to use the phpredis connector (^4.0|^5.0|^6.0).", - "predis/predis": "Required to use the predis connector (^2.3|3.0)." + "predis/predis": "Required to use the predis connector (^2.3|^3.0)." }, "extra": { "branch-alias": { From 00d1dd0eae964c71e62dfdb4a3265a87619e3942 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 6 May 2025 00:42:37 +0100 Subject: [PATCH 3/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fdb7bbb5c138..5d89e5c76109 100644 --- a/composer.json +++ b/composer.json @@ -189,7 +189,7 @@ "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).", "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).", "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).", - "predis/predis": "Required to use the predis connector (^2.3|3.0).", + "predis/predis": "Required to use the predis connector (^2.3|^3.0).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",