From 7b66d0bf587f9dcb4a377328333bcd6592097372 Mon Sep 17 00:00:00 2001 From: F4nniu Date: Mon, 17 Jul 2023 11:09:58 +0800 Subject: [PATCH] =?UTF-8?q?captcha=20=E4=B8=BA=E4=BA=86=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=20php8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 927510f5ad4f517411c670a1d4c1ad7a9f41f5a7) --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5dbdbc3d..266055b3 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": ">=7.2.0", "topthink/framework": "dev-master", - "topthink/think-captcha": "^1.0", + "topthink/think-captcha": "^1.0.9", "topthink/think-installer": "^1.0.14", "topthink/think-queue": "1.1.6", "topthink/think-helper": "^1.0.7", @@ -39,6 +39,10 @@ { "type": "git", "url": "https://gitee.com/fastadminnet/framework.git" + }, + { + "type": "git", + "url": "https://gitee.com/fastadminnet/think-captcha.git" } ] }