From 9079fe02fd2b480de02b54bffada2bdf8a983f0d Mon Sep 17 00:00:00 2001 From: peter279k Date: Thu, 1 Sep 2022 18:52:36 +0800 Subject: [PATCH] Add allow_plugin setting since Composer 2.2.x --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 24d905c..c52c0ad 100644 --- a/composer.json +++ b/composer.json @@ -33,5 +33,10 @@ "ClickHouseDB\\Tests\\": "tests/", "ClickHouseDB\\Example\\": "example/" } + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } } }