From c370d1c5723576bdb319a5079f6c71724b9c487a Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 29 Jan 2024 14:36:41 +1300 Subject: [PATCH] MNT Allow script for PHPstan extensions --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b2f1f3..41e3353 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -539,6 +539,7 @@ jobs: composer config allow-plugins.composer/installers true composer config allow-plugins.silverstripe/recipe-plugin true composer config allow-plugins.silverstripe/vendor-plugin true + composer config allow-plugins.phpstan/extension-installer true # matrix.composer_args sometimes includes `--prefer-lowest` which is only supported by `composer update`, not `composer install` # Modules do not have composer.lock files, so `composer update` is the same speed as `composer install`