Files
cunkebao_v3/Server/composer.json
2025-04-02 16:00:10 +08:00

45 lines
1.0 KiB
JSON
Executable File

{
"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.6.0",
"topthink/framework": "5.1.*",
"phpoffice/phpexcel": "^1.8",
"endroid/qr-code": "^2.5",
"alibabacloud/dysmsapi-20170525": "2.0.16",
"hashids/hashids": "^3.0",
"aliyuncs/oss-sdk-php": "^2.7",
"topthink/think-worker": "2.0.*",
"topthink/think-queue": "2.0.*",
"textalk/websocket": "^1.5"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
}
}