From e45c67a69abe8e7c607acdc07973bd2277602887 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Tue, 29 Oct 2024 11:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B0ThinkPHP8=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81PHP8=E7=9A=84=E6=96=B0=E7=89=B9=E6=80=A7?= =?UTF-8?q?=E4=BB=A5=E5=8F=8Aopcache=20jit=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index c24415b..3fa3e20 100644 --- a/composer.json +++ b/composer.json @@ -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": {