From cb4af1d8f2c0dc7e4c1a16dc07796cd86986741f Mon Sep 17 00:00:00 2001 From: othercorey Date: Sat, 21 May 2022 04:37:20 -0500 Subject: [PATCH] Add allow-plugins --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 2fd121b..d19173f 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,11 @@ "CakePHP\\": "CakePHP/" } }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } + }, "scripts": { "add-standard" : "phpcs --config-set installed_paths $(pwd)", "test": [