From 711a54eb0f84dbbf6732f23466ef01d3cf2be2e3 Mon Sep 17 00:00:00 2001 From: gcd Date: Thu, 27 Mar 2025 22:41:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=20container=20=E3=80=81?= =?UTF-8?q?=E4=B8=80=E9=94=AE=E7=94=9F=E6=88=90=20Controller=E3=80=81Model?= =?UTF-8?q?=E3=80=81Service=20=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 64a383d..77cba9a 100755 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "ext-pdo": "*", "ext-bcmath": "*", "txthinking/mailer": "^2.0", - "symfony/var-dumper": "^6.4" + "symfony/var-dumper": "^6.4", + "gjc/thinkphp5-container": "^1.0.1" }, "config": { "preferred-install": "dist",