From 5d7e04acaab07f5058c4b9a46f9f4040b991f06e Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:42:01 +0800 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 750e784..c143561 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=8.0.0", - "topthink/framework": "8.0.1", + "topthink/framework": "8.0.2", "topthink/think-orm": "^3.0", "topthink/think-multi-app": "^1.0", "topthink/think-view": "^2.0",