From 36b148540e9d5bf8df32ca5a2fd13be548943c16 Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 27 Jan 2022 14:55:53 -0600 Subject: [PATCH] Add the allow-plugins composer configuration (https://getcomposer.org/doc/06-config.md#allow-plugins) --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 6318831..37ff52b 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,11 @@ "minimum-stability": "stable", "prefer-stable": true, "config": { + "allow-plugins": { + "composer/installers": true, + "drupal/core-composer-scaffold": true, + "cweagans/composer-patches": true + }, "platform": { "php": "7.4" },