From f59212351215b9b32aac8dbeb524ea2f8fe4af08 Mon Sep 17 00:00:00 2001 From: Dom Sekotill Date: Thu, 20 Oct 2022 22:53:32 +0100 Subject: [PATCH] Allow Composer installer plugins, to a fix builds --- data/composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/composer.json b/data/composer.json index 51f5bb2..a2ed225 100644 --- a/data/composer.json +++ b/data/composer.json @@ -12,6 +12,9 @@ "ayesh/wordpress-password-hash": "2.*" }, "config": { + "allow-plugins": { + "composer/installers": true + }, "gitlab-domains": [ "code.kodo.org.uk" ] }, "extra": { -- GitLab