From 231fd48e2fa9bd98434aa82f4e8c1e9a1000b467 Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:32:06 +0800 Subject: [PATCH] build(deps): update topthink/think-multi-app to dev-master - Change the version of topthink/think-multi-app from ^1.0 to dev-master in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f6aa332..40f85b1 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": ">=8.0.0", "topthink/framework": "^8.0", "topthink/think-orm": "^3.0", - "topthink/think-multi-app": "^1.0", + "topthink/think-multi-app": "dev-master", "topthink/think-view": "^2.0", "topthink/think-captcha": "^3.0", "topthink/think-filesystem": "^2.0",