44 lines
982 B
JSON
44 lines
982 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": ">=7.0",
|
|
"topthink/framework": "5.1.*",
|
|
"ext-json": "*",
|
|
"topthink/think-captcha": "2.0.*",
|
|
"ext-fileinfo": "*",
|
|
"aferrandini/phpqrcode": "^1.0",
|
|
"ext-mbstring": "*",
|
|
"phpmailer/phpmailer": "^6.5",
|
|
"ext-iconv": "*",
|
|
"ext-curl": "*",
|
|
"aliyuncs/oss-sdk-php": "^2.4",
|
|
"qcloud/cos-sdk-v5": "^2.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "application"
|
|
}
|
|
},
|
|
"extra": {
|
|
"think-path": "thinkphp"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|