From 3672cb51f444a3a5fc6f938946726ae442f00f15 Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Sat, 13 Apr 2024 16:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index e4fff86..75ce73b 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,7 @@ "ext-json": "*", "ext-gmp": "*", "ext-bcmath": "*", + "ext-com_dotnet": "*", "wapmorgan/unified-archive": "^1.2", "symfony/console": "^6.1", "gemorroj/archive7z": "^5.7", @@ -66,6 +67,9 @@ "codeception/verify": "^3.0 || ^2.2", "symfony/browser-kit": "^6.0 || >=2.7 <=4.2.4" }, + "provide": { + "ext-com_dotnet": "*" + }, "config": { "allow-plugins": { "yiisoft/yii2-composer": true