From 8d029785cfc2a146f310743d5c91814a697e2838 Mon Sep 17 00:00:00 2001 From: lq Date: Wed, 4 Dec 2024 14:43:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8C=85=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a3038c..dd7c7ba 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,9 @@ "yiisoft/yii2-redis": "2.0.x-dev", "phpoffice/phpexcel": "*", "moonlandsoft/yii2-phpexcel": "2.*", - "ext-bcmath": "*" + "ext-bcmath": "*", + "ext-openssl": "*", + "ext-redis": "*" }, "require-dev": { "yiisoft/yii2-debug": "~2.1.0",