From ec221c6bb0956ed8c6df12a38e78cd0add7fa6fa Mon Sep 17 00:00:00 2001 From: twinh Date: Sat, 2 Jul 2022 12:01:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20composer=202.2+=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=90=AF=E7=94=A8=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=AE=89=E8=A3=85=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://getcomposer.org/doc/06-config.md#allow-plugins --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 3e39a4b..cda0082 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,12 @@ }, "minimum-stability": "dev", "prefer-stable": true, + "config": { + "allow-plugins": { + "composer/installers": true, + "phpstan/extension-installer": true + } + }, "extra": { "require-ci": { "miaoxing/dev": "miaoxing/dev as 8.x-dev",