From 07507c60ac7b9219e3d3cc0d9c7f6c69e65d4e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bar=C3=A1=C5=A1ek?= Date: Thu, 8 Sep 2022 15:38:16 +0200 Subject: [PATCH] Composer: Register phpstan/extension-installer to allow-plugin --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f9a542a..f65336c 100644 --- a/composer.json +++ b/composer.json @@ -30,5 +30,10 @@ "vendor/bin/phpstan analyse src -c phpstan.neon --level 8 --no-progress" ] }, - "minimum-stability": "stable" + "minimum-stability": "stable", + "config": { + "allow-plugins": { + "phpstan/extension-installer": true + } + } }