更新到ThinkPHP8

支持PHP8的新特性以及opcache jit编译
This commit is contained in:
coolxitech 2024-10-29 11:03:30 +08:00
parent 410a33e870
commit e45c67a69a

View File

@ -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": {