1
0
Files
helper/composer.json
2020-08-06 14:58:51 +08:00

33 lines
695 B
JSON

{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"topthink/framework": "dev-master",
"cjango/wechat": "dev-master",
"topthink/think-captcha": "*",
"endroid/qrcode": "dev-master"
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}