升级至tp8

This commit is contained in:
2023-09-04 11:50:04 +08:00
parent 3e2e401308
commit a12812d858
5 changed files with 169 additions and 170 deletions

View File

@@ -17,18 +17,18 @@
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^1.0",
"topthink/think-captcha": "^3.0",
"php": ">=8.0.0",
"ext-json": "*",
"topthink/framework": "^8.0",
"topthink/think-orm": "^3.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^2.0",
"topthink/think-captcha": "^3.0",
"topthink/think-filesystem": "^2.0",
"topthink/think-migration": "^3.0",
"guzzlehttp/guzzle": "^7.4",
"phpoffice/phpspreadsheet": "^1.22",
"topthink/think-migration": "^3.0",
"doctrine/annotations": "^1.13",
"topthink/think-filesystem": "^2.0",
"overtrue/flysystem-qiniu": "^2.0",
"overtrue/flysystem-cos": "^4.0",
"iidestiny/flysystem-oss": "^3.0"
@@ -54,5 +54,4 @@
"@php think vendor:publish"
]
}
}
}