From 517c2e954b8fc481a7668e54eea0c598a20bac70 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Mon, 28 Jul 2025 11:13:56 +0800 Subject: [PATCH] chore: composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2fc3329d..30b0b868 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.0.0", - "topthink/framework": "^8.0", + "topthink/framework": "8.1.2", "topthink/think-orm": "v3.0.34", "topthink/think-filesystem": "^3.0", "topthink/think-multi-app": "^1.1",