first commit

This commit is contained in:
Your Name
2026-01-19 14:19:22 +08:00
commit fe2d9c1868
4777 changed files with 665503 additions and 0 deletions

64
composer.json Normal file
View File

@@ -0,0 +1,64 @@
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "BD",
"email": "test@gmail.com"
}
],
"require": {
"php": ">=8.0",
"topthink/framework": "^6.1.2",
"topthink/think-orm": "^2.0.61",
"topthink/think-multi-app": "^1.0.16",
"topthink/think-view": "^1.0.14",
"dragonmantank/cron-expression": "^3.3.1",
"phpoffice/phpspreadsheet": "^1.28.0",
"qiniu/php-sdk": "7.4.0",
"qcloud/cos-sdk-v5": "^2.6.2",
"aliyuncs/oss-sdk-php": "^2.6.0",
"alibabacloud/client": "^1.5.32",
"rmccue/requests": "^2.0.5",
"w7corp/easywechat": "^6.8.0",
"tencentcloud/sms": "^3.0.990",
"dasprid/enum": "^1.0.5",
"bacon/bacon-qr-code": "^2.0.8",
"endroid/qr-code": "^4.8",
"uduncloud/udun-wallet-sdk": "^1.0",
"phpmailer/phpmailer": "^6.9",
"pragmarx/google2fa": "^8.0"
},
"require-dev": {
"symfony/var-dumper": "^4.4.47",
"topthink/think-trace":"^1.6"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"easywechat-composer/easywechat-composer": false
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}