From cb552aa39856fe2b8c71b318cfb4cb83389d12c5 Mon Sep 17 00:00:00 2001 From: Dmitri Goosens Date: Wed, 16 Feb 2022 23:44:15 +0100 Subject: [PATCH] feat: added phpstan/extension-installer in the list of PHPStan packages to install --- resources/phpstan.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/phpstan.json b/resources/phpstan.json index 8c8892e4..ee662dd9 100644 --- a/resources/phpstan.json +++ b/resources/phpstan.json @@ -27,6 +27,19 @@ "test": "composer global bin phpstan show phpstan/phpstan-deprecation-rules", "tags": ["phpstan"] }, + { + "name": "phpstan-extension-installer", + "summary": "Composer plugin for automatic installation of PHPStan extensions.", + "website": "https://github.com/phpstan/extension-installer", + "command": { + "composer-bin-plugin": { + "package": "phpstan/extension-installer", + "namespace": "phpstan" + } + }, + "test": "composer global bin phpstan show phpstan/extension-installer", + "tags": ["phpstan"] + }, { "name": "phpstan-ergebnis-rules", "summary": "Additional rules for PHPstan",