From c031b09422503b06ada6257d9549257fb72a1126 Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:16:44 +0800 Subject: [PATCH] build(deps): update topthink/think-multi-app to ^1.1.0 - Replace dev-master with stable version ^1.1.0 for topthink/think-multi-app- This change ensures compatibility and stability in dependency management --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 40f85b1..bee12e4 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": "dev-master", + "topthink/think-multi-app": "^1.1.0", "topthink/think-view": "^2.0", "topthink/think-captcha": "^3.0", "topthink/think-filesystem": "^2.0",