From 8dee41b2f28ab338f88041971c0ba155d24d334e Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Wed, 10 Jul 2024 23:23:15 +0300 Subject: [PATCH] Update composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) 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 + } } }