diff --git a/composer.json b/composer.json index 9f0bd13..c260f07 100644 --- a/composer.json +++ b/composer.json @@ -18,5 +18,10 @@ "scripts": { "lint": "phpcs wp-total-branding.php includes/*.php -s", "lint-fix": "phpcbf wp-total-branding.php includes/*.php" + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } } }