From 8561c54f5f54d00e6f52c0e561567f11046f05c3 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 31 Dec 2022 10:39:32 +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 b192bd9..75713c7 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": ">=7.2", - "topthink/framework": "6.0.10", + "topthink/framework": "6.0.12", "topthink/think-orm": "2.0.49", "topthink/think-migration": "^3.0", "thans/tp-jwt-auth": "^1.1",