forked from dykj/thinkphp-base-starter
feat(composer): p添加think-multi-ap依赖项
将“topthink/think-multi-app”包添加到composer.json文件中 在ThinkPHP框架中启用多应用程序功能
This commit is contained in:
parent
380ebfff8d
commit
3f78400e67
|
@ -23,7 +23,8 @@
|
|||
"php": ">=8.0.0",
|
||||
"topthink/framework": "^8.0",
|
||||
"topthink/think-orm": "^3.0",
|
||||
"topthink/think-filesystem": "^2.0"
|
||||
"topthink/think-filesystem": "^2.0",
|
||||
"topthink/think-multi-app": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/var-dumper": ">=4.2",
|
||||
|
|
Loading…
Reference in New Issue
Block a user