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",
|
|
|
|
|
"phpoffice/phpspreadsheet": "^1.25"
|
2024-02-29 17:39:19 +08:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"app\\": "application"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"think-path": "thinkphp"
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"preferred-install": "dist"
|
|
|
|
|
}
|
|
|
|
|
}
|