From bfa5e8fdfe590e1a716c21edf3cefc27fb63b6cd Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Thu, 3 Feb 2022 13:32:14 -0500 Subject: [PATCH] update for composer 2.2 allow-plugins --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 3450c57ca2..06a7dcbf9b 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,11 @@ "config": { "platform": { "php": "7.2" + }, + "allow-plugins": { + "civicrm/composer-compile-plugin": true, + "civicrm/composer-downloads-plugin": true, + "cweagans/composer-patches": true } }, "require": { -- 2.25.1