初始化

This commit is contained in:
liut
2021-10-12 11:06:24 +08:00
commit ff0b4d5b12
1270 changed files with 405680 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"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.*",
"ext-json": "*",
"topthink/think-captcha": "2.0.*",
"ext-fileinfo": "*",
"aferrandini/phpqrcode": "^1.0",
"ext-mbstring": "*",
"phpmailer/phpmailer": "^6.5",
"ext-iconv": "*",
"ext-curl": "*",
"aliyuncs/oss-sdk-php": "^2.4",
"qcloud/cos-sdk-v5": "^2.3"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}