diff --git a/composer.json b/composer.json index 409ffe62..6b516f79 100755 --- a/composer.json +++ b/composer.json @@ -37,5 +37,11 @@ "type:wordpress-plugin" ] } + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true, + "composer/installers": true + } } -} \ No newline at end of file +}