From bba20c51598b0d9a03a120a1e8f113d2d09b843d Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 14 Apr 2022 17:01:13 +1200 Subject: [PATCH] MNT Add composer/installers to allow-plugins by default. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index b6ef1b4..7d3ba5f 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ "config": { "process-timeout": 600, "allow-plugins": { + "composer/installers": true, "silverstripe/recipe-plugin": true, "silverstripe/vendor-plugin": true }