52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
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.4",
|
|
"topthink/framework": "5.1.*",
|
|
"topthink/think-worker": "2.0.*",
|
|
"workerman/gateway-worker": "^3.0",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"doing/phpqrcode": "dev-master",
|
|
"iflytekop/xfyun-sdk": "^2.0",
|
|
"alibabacloud/dysmsapi-20170525": "dev-master",
|
|
"aliyuncs/oss-sdk-php": "^2.7",
|
|
"wanghua/general-utility-tools-php": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "application"
|
|
}
|
|
},
|
|
"extra": {
|
|
"think-path": "thinkphp"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"allow-plugins": {
|
|
"topthink/think-installer": true
|
|
}
|
|
},
|
|
"repositories": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer/"
|
|
}
|
|
}
|
|
}
|