瀏覽代碼

captcha 为了兼容 php8

F4nniu 1 年之前
父節點
當前提交
927510f5ad
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      composer.json

+ 5 - 1
composer.json

@@ -17,7 +17,7 @@
     "require": {
     "require": {
         "php": ">=7.2.0",
         "php": ">=7.2.0",
         "topthink/framework": "dev-master",
         "topthink/framework": "dev-master",
-        "topthink/think-captcha": "^1.0",
+        "topthink/think-captcha": "^1.0.9",
         "topthink/think-installer": "^1.0.14",
         "topthink/think-installer": "^1.0.14",
         "topthink/think-queue": "1.1.6",
         "topthink/think-queue": "1.1.6",
         "topthink/think-helper": "^1.0.7",
         "topthink/think-helper": "^1.0.7",
@@ -38,6 +38,10 @@
         {
         {
             "type": "git",
             "type": "git",
             "url": "https://gitee.com/fastadminnet/framework.git"
             "url": "https://gitee.com/fastadminnet/framework.git"
+        },
+        {
+            "type": "git",
+            "url": "https://gitee.com/fastadminnet/think-captcha.git"
         }
         }
     ]
     ]
 }
 }