chore: 重写初始提交(清空历史,整理后全量提交)

This commit is contained in:
ywxapp
2026-08-16 16:54:14 +08:00
commit 6c1a106bc1
1808 changed files with 238144 additions and 0 deletions
+65
View File
@@ -0,0 +1,65 @@
{
"name": "ywxapp/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM",
"ywxapp"
],
"homepage": "https://www.ywxapp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "ywxapp",
"email": "ywx@ywxapp.com"
}
],
"require": {
"php": ">=8.0.0",
"topthink/framework": "^8.0",
"topthink/think-orm": "^4.0",
"topthink/think-filesystem": "^2.0",
"topthink/think-cors": "^1.0",
"workerman/gateway-worker": "^4.0",
"topthink/think-api": "^1.0",
"phpmailer/phpmailer": "^6.9",
"topthink/think-migration": "^3.1",
"topthink/think-helper": "^3.1",
"topthink/think-captcha": "^3.0",
"topthink/think-view": "^2.0",
"lcobucci/jwt": "^5.6",
"lcobucci/clock": "^3.3",
"fukuball/jieba-php": "^0.42.2",
"topthink/think-worker": "^5.0"
},
"require-dev": {
"symfony/var-dumper": ">=4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"ywxapp\\": "ywxapp",
"addon\\": "addon"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"platform-check": false,
"process-timeout": 0,
"platform": {
"php": "8.3.27"
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}