From cd07dcf7178d4943530ba4c439a04e4816ebd884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bar=C3=A1=C5=A1ek?= Date: Thu, 8 Sep 2022 15:41:53 +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 7f6a470..f33e1a6 100644 --- a/composer.json +++ b/composer.json @@ -34,5 +34,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 + } + } }