captcha 为了兼容 php8

pull/447/head
F4nniu 2023-07-17 11:09:58 +08:00
parent c7da57a109
commit 927510f5ad
1 changed files with 5 additions and 1 deletions

View File

@ -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",
@ -38,6 +38,10 @@
{
"type": "git",
"url": "https://gitee.com/fastadminnet/framework.git"
},
{
"type": "git",
"url": "https://gitee.com/fastadminnet/think-captcha.git"
}
]
}