From 2f310cf5ab9f36bf98d338a99a536279049d1cef Mon Sep 17 00:00:00 2001 From: Romain Canon Date: Wed, 6 Apr 2022 18:32:37 +0200 Subject: [PATCH] misc: add configuration for Composer allowed plugins --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index e8ad88c..3c3bf64 100644 --- a/composer.json +++ b/composer.json @@ -56,5 +56,10 @@ "phpunit --coverage-xml='var/cache/phpunit/coverage' --log-junit='var/cache/phpunit/coverage/junit.xml'", "infection --threads=12 --skip-initial-tests --coverage='var/cache/phpunit/coverage'" ] + }, + "config": { + "allow-plugins": { + "infection/extension-installer": false + } } }