升级框架版本,PHP最低要求8.2

This commit is contained in:
net909
2026-07-28 21:24:51 +08:00
parent 4826b8c758
commit 8ef3e2e802
16 changed files with 1083 additions and 353 deletions
+2 -2
View File
@@ -32,6 +32,6 @@ return [
// 定义404错误的模板文件地址
404 => \think\facade\App::getRootPath() . 'public/404.html',
],
'version' => '1.11',
'ver' => 1092
'version' => '1.12',
'ver' => 1093
];