diff --git a/composer.json b/composer.json index e8ad88cf..3c3bf64c 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 + } } }