diff --git a/composer.json b/composer.json index a9098b0..bf00a3d 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,11 @@ "replace": { "jakub-onderka/php-console-color": "*" }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } + }, "scripts" : { "phplint": [ "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"