ソースを参照

captcha 为了兼容 php8

(cherry picked from commit 927510f5ad4f517411c670a1d4c1ad7a9f41f5a7)
F4nniu 2 年 前
コミット
7b66d0bf58
1 ファイル変更5 行追加1 行削除
  1. 5 1
      composer.json

+ 5 - 1
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"
         }
     ]
 }