-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
35 lines (34 loc) · 1.1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "tekintian/tekintcaptcha",
"description": "腾讯验证码, 腾讯防水墙, 验证码, 滑动验证码, 智能滑动验证码PHP扩展, TekinTCaptcha - A Client library for Tencent Captcha, a service that protect websites from spam and abuse.",
"type": "library",
"keywords": ["滑动验证码","腾讯验证码","验证码","腾讯防水墙", "智能滑动验证码", "tencent", "TencentCaptcha", "captcha", "spam", "abuse"],
"homepage": "http://tekin.yunnan.ws/",
"license": "BSD-3-Clause",
"support": {
"forum": "https://tekin.yunnan.ws/tekintcaptcha",
"source": "https://github.com/tekintian/tekintcaptcha"
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
},
"autoload": {
"psr-4": {
"TekinTCaptcha\\": "src/TekinTCaptcha"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}