diff --git a/composer.json b/composer.json index e45b946..05cf1f2 100644 --- a/composer.json +++ b/composer.json @@ -44,5 +44,10 @@ "vendor/bin/phpcpd --min-lines=2 --min-tokens=35 src/", "vendor/bin/phploc src/" ] + }, + "config": { + "allow-plugins": { + "infection/extension-installer": true + } } }