2024-02-29 17:39:19 +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": {
|
|
|
|
|
"php": ">=5.4.0",
|
2024-03-15 18:15:17 +08:00
|
|
|
"topthink/framework": "5.0.*",
|
2024-05-16 18:43:34 +08:00
|
|
|
"phpmailer/phpmailer": "^6.9",
|
2025-04-03 18:19:04 +08:00
|
|
|
"phpoffice/phpspreadsheet": "^1.25",
|
2025-04-19 17:24:07 +08:00
|
|
|
"overtrue/wechat": "~4.0",
|
2025-04-25 19:02:06 +08:00
|
|
|
"zoujingli/ip2region": "^2.0",
|
|
|
|
|
"alibabacloud/client": "^1.5"
|
2024-02-29 17:39:19 +08:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"app\\": "application"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"think-path": "thinkphp"
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
2024-12-26 19:14:44 +08:00
|
|
|
"preferred-install": "dist",
|
|
|
|
|
"allow-plugins": {
|
2025-04-03 18:19:04 +08:00
|
|
|
"topthink/think-installer": true,
|
|
|
|
|
"easywechat-composer/easywechat-composer": true
|
|
|
|
|
},
|
|
|
|
|
"audit": {
|
|
|
|
|
"enabled": false
|
2024-12-26 19:14:44 +08:00
|
|
|
}
|
2024-02-29 17:39:19 +08:00
|
|
|
}
|
|
|
|
|
}
|