升级框架和类库

This commit is contained in:
2022-12-29 12:38:53 +08:00
parent f7954291b1
commit c66cd4f275

View File

@@ -19,15 +19,16 @@
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "6.0.*",
"topthink/think-orm": "2.0.*",
"topthink/framework": "^6.0",
"topthink/think-orm": "^2.0",
"topthink/think-view": "^1.0",
"topthink/think-migration": "^3.0",
"topthink/think-helper": "^3.1",
"topthink/think-captcha": "^3.0",
"topthink/think-multi-app": "^1.0",
"ulthon/user_hub_client": "^1.0",
"alchemy/zippy": "^1.0"
"alchemy/zippy": "^1.0",
"topthink/think-filesystem": "^2.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2"