You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
663 B
34 lines
663 B
{
|
|
"name": "edward1108/edward-captcha",
|
|
"description": "ThinkPHP6验证码(图片、短信)支持api友好化",
|
|
"authors": [
|
|
{
|
|
"name": "edward",
|
|
"email": "xuyuanhua1987@163.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"topthink/framework": "^6.0.0"
|
|
},
|
|
"homepage": "https://github.com/Edward1108/edward-captcha",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"edward\\captcha\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helper.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"think": {
|
|
"services": [
|
|
"edward\\captcha\\CaptchaService"
|
|
],
|
|
"config": {
|
|
"captcha": "src/config.php"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|