From ae169455b6da16d287a9d55e3692eb63d3911626 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 17 Feb 2022 16:28:22 +0100 Subject: [PATCH] fix: allow phpcs composer plugin installation --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f6f45562..c18295f0 100644 --- a/composer.json +++ b/composer.json @@ -80,6 +80,8 @@ } }, "config": { - "allow-plugins": {} + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } } }