From 308df84c286c6fef31b3a8e162456212fc90879d Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Fri, 8 Jul 2022 21:10:25 +0200 Subject: [PATCH] allow plugins --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 3843732..e40a3ec 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,9 @@ "yoast/phpunit-polyfills": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1" }, + "config": { + "allow-plugins": true + }, "allow-plugins": { "composer/installers": true },