From 1091b2084650bc66e951a0be7f71faba589e5320 Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:45:57 +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 30a5bd3..14427ec 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=8.0.0", - "topthink/framework": "8.0.2", + "topthink/framework": "8.0.3", "topthink/think-orm": "^3.0", "topthink/think-multi-app": "^1.0", "topthink/think-view": "^2.0",