From c26e93055f2e3fd242d22b6a9a93b8ce7054ddca Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 3 Nov 2025 16:10:44 +0100 Subject: [PATCH] ci: Add config section for allow-plugins --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 138145a..67c0779 100644 --- a/composer.json +++ b/composer.json @@ -49,5 +49,10 @@ "scripts": { "test": "phpunit", "php-coveralls": "php-coveralls" + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } } }