2025-03-12 12:18:06 +08:00
|
|
|
{
|
|
|
|
|
"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": {
|
2025-05-07 17:43:39 +08:00
|
|
|
"php": ">=7.0",
|
2025-03-12 12:18:06 +08:00
|
|
|
"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",
|
2025-03-24 14:59:19 +08:00
|
|
|
"topthink/think-worker": "2.0.*",
|
|
|
|
|
"topthink/think-queue": "2.0.*",
|
2025-04-15 11:35:49 +08:00
|
|
|
"textalk/websocket": "^1.5",
|
2025-04-18 14:37:31 +08:00
|
|
|
"guzzlehttp/guzzle": "^7.9",
|
2025-05-22 15:50:52 +08:00
|
|
|
"eison/utils": "^1.2",
|
|
|
|
|
"overtrue/wechat": "~5.0"
|
2025-03-12 12:18:06 +08:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"app\\": "application"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"think-path": "thinkphp"
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"preferred-install": "dist",
|
|
|
|
|
"allow-plugins": {
|
2025-05-22 15:50:52 +08:00
|
|
|
"topthink/think-installer": true,
|
|
|
|
|
"easywechat-composer/easywechat-composer": true
|
2025-03-12 12:18:06 +08:00
|
|
|
}
|
2025-04-18 14:37:31 +08:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"symfony/var-dumper": "^5.4"
|
2025-03-12 12:18:06 +08:00
|
|
|
}
|
|
|
|
|
}
|