升级框架版本,PHP最低要求8.2
This commit is contained in:
+12
-8
@@ -9,23 +9,27 @@
|
||||
"homepage": "http://tool.cccyun.cc/",
|
||||
"license": "GPL-3.0-only",
|
||||
"require": {
|
||||
"php": ">=7.3.5",
|
||||
"topthink/framework": "^6.0.0",
|
||||
"topthink/think-orm": "^2.0",
|
||||
"topthink/think-view": "^1.0",
|
||||
"php": ">=8.2.0",
|
||||
"topthink/framework": "^8.1.0",
|
||||
"topthink/think-orm": "^3.0|^4.0",
|
||||
"topthink/think-filesystem": "^2.0|^3.0",
|
||||
"topthink/think-view": "^2.0",
|
||||
"topthink/think-migration": "^3.0",
|
||||
"cccyun/think-captcha": "^3.0",
|
||||
"ext-curl": "*",
|
||||
"ext-gd": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-openssl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-zip": "*",
|
||||
"ext-pdo": "*",
|
||||
"ext-iconv": "*",
|
||||
"khanamiryan/qrcode-detector-decoder": "1.0.5.2",
|
||||
"cccyun/php-whois": "^1.2"
|
||||
"cccyun/php-whois": "^1.2",
|
||||
"khanamiryan/qrcode-detector-decoder": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/var-dumper": "^4.2",
|
||||
"topthink/think-trace": "^1.0"
|
||||
"topthink/think-dumper": "^1.0",
|
||||
"topthink/think-trace": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user