From 59458cb2d0fd442b8c5998143223a4f59980094e Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Tue, 27 Feb 2024 15:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=96=B0=E7=9A=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=20=E9=AA=8C=E8=AF=81=E7=A0=81=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=89=80=E9=9C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b0d9ad..8f0620f 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,10 @@ "ext-fileinfo": "*", "npm-asset/ace-builds": "^1.32", "yiisoft/yii2-redis": "^2.0", - "ramsey/uuid": "^4.7" + "ramsey/uuid": "^4.7", + "google/recaptcha": "^1.3", + "vlucas/phpdotenv": "^5.6", + "yiisoft/yii2-httpclient": "^2.0" }, "require-dev": { "yiisoft/yii2-debug": "~2.1.0",