mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-26 17:47:25 +08:00
更新到ThinkPHP8
支持PHP8的新特性以及opcache jit编译
This commit is contained in:
parent
410a33e870
commit
e45c67a69a
@ -17,13 +17,14 @@
|
||||
{
|
||||
"name": "yunwuxin",
|
||||
"email": "448901948@qq.com"
|
||||
}
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"topthink/framework": "^6.0.0",
|
||||
"topthink/think-orm": "^2.0",
|
||||
"topthink/think-view": "^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",
|
||||
"cccyun/think-captcha": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user