From 2bdb914298af01d90ae9ad39fcc95328d67943e2 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 8 Feb 2023 21:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6bbb674..728a6fe 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,8 @@ "spatie/laravel-tags": "^4.3", "spiral/roadrunner": "^2.8.2", "symfony/psr-http-message-bridge": "^2.1", - "yansongda/laravel-pay": "~3.2.0" + "yansongda/laravel-pay": "~3.2.0", + "ext-redis": "*" }, "require-dev": { "beyondcode/laravel-query-detector": "^1.6",