提交代码

This commit is contained in:
yunwuxin
2016-03-25 18:40:20 +08:00
parent 1b33da4021
commit 8d5786c593
21 changed files with 401 additions and 198 deletions

20
composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "topthink/think-captcha",
"description": "captcha package for thinkphp5",
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"license": "Apache-2.0",
"require": {},
"autoload": {
"psr-4": {
"think\\captcha\\": "src/"
},
"files": [
"src/helper.php"
]
}
}