likeshop/server/composer.json
2025-07-27 21:42:34 +08:00

55 lines
1.4 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.0",
"topthink/framework": "5.1.*",
"topthink/think-captcha": "2.0.*",
"overtrue/wechat": "~4.0",
"dragonmantank/cron-expression": "3.1",
"topthink/think-helper": "1.0.*",
"rmccue/requests": "^1.8",
"alibabacloud/client": "^1.5",
"ext-json": "*",
"ext-curl": "*",
"yly-openapi/yly-openapi-sdk": "v1.0.2",
"qiniu/php-sdk": "^7.3",
"aliyuncs/oss-sdk-php": "^2.4",
"qcloud/cos-sdk-v5": "^2.1",
"alipaysdk/easysdk": "^2.2",
"tencentcloud/tencentcloud-sdk-php": "^3.0",
"topthink/think-image": "^1.0",
"ext-openssl": "*",
"endroid/qr-code": "2.5.1"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true,
"easywechat-composer/easywechat-composer": false
}
}
}