From 3b65d3d8ca567ae401bc3b6c0182340ed7db49dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 28 Jan 2022 19:04:11 -0500 Subject: [PATCH] Commit self-update to composer json (allowing extra power for our file-changig plugins) --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 27693c4..cdff1dd 100644 --- a/composer.json +++ b/composer.json @@ -103,7 +103,13 @@ }, "config": { "sort-packages": true, - "process-timeout": 600 + "process-timeout": 600, + "allow-plugins": { + "cweagans/composer-patches": true, + "composer/installers": true, + "drupal/core-composer-scaffold": true, + "drupal/core-project-message": true + } }, "conflict": { "drupal/drupal": "*"