From 2ef47aeb0206f3a910bcab4ca1cf684e4f48734b Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 13 Aug 2022 13:23:22 +0100
Subject: [PATCH] Add allow-plugins section

---
 composer.json | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 300fe961..ae68492d 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,15 @@
     "config": {
         "gitlab-domains": [
             "git.autistici.org"
-        ]
+        ],
+        "allow-plugins": {
+            "bjornjohansen/wplang": true,
+            "cweagans/composer-patches": true,
+            "johnpbloch/wordpress-core-installer": true,
+            "koodimonni/composer-dropin-installer": true,
+            "composer/installers": true,
+            "oomphinc/composer-installers-extender": true
+        }
     },
     "require": {
         "php": ">=7.1",
-- 
GitLab