更新目录结构

This commit is contained in:
2023-10-21 17:45:00 +08:00
parent 59cc869bb2
commit 664295167d
55 changed files with 1856 additions and 6329 deletions

View File

@@ -7,7 +7,7 @@
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"homepage": "https://www.thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
@@ -17,26 +17,26 @@
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
}
],
"require": {
"php": ">=7.2.5",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"xiaodi/think-jwt": "^2.0",
"sent/tree": "^1.0",
"xin/helper": "1.0",
"php": ">=8.0.0",
"topthink/framework": "^8.0",
"topthink/think-orm": "^3.0",
"topthink/think-filesystem": "^2.0",
"topthink/think-view": "^2.0",
"topthink/think-migration": "^3.0",
"thans/thinkphp-filesystem-cloud": "^1.0",
"yzh52521/schedule": "^1.0"
"xin/support": "^1.0",
"leruge/jwt": "^2.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
"symfony/var-dumper": ">=4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
"app\\": "app",
"sent\\": "sent"
},
"psr-0": {
"": "extend/"