Files
cunkebao_v3/Server/composer.json
2025-05-07 17:43:39 +08:00

50 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.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",
"guzzlehttp/guzzle": "^7.9",
"eison/utils": "^1.2"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
},
"require-dev": {
"symfony/var-dumper": "^5.4"
}
}