From d08729b040d7d926dec691e848fac0bf09817608 Mon Sep 17 00:00:00 2001 From: Karson Date: Wed, 2 Jul 2025 22:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0composer=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index caf6c7ee..c739abda 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,10 @@ ], "require": { "php": ">=7.1.0", - "topthink/think-installer": "~1.0" + "topthink/think-installer": "~1.0", + "ext-fileinfo": "*", + "ext-mbstring": "*", + "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "4.8.*",