From bd350215dea660051b5732740326e2e1f02ec96d Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Mon, 24 Jun 2024 10:26:44 +0200
Subject: [PATCH] Add zodiacmedia/drupal-libraries-installer to the
 allowed-plugins configuration

---
 composer.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index cf3fe7a..d7f3c95 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,8 @@
   },
   "config": {
     "allow-plugins": {
-      "lakedrops/*": false
+      "lakedrops/*": false,
+      "zodiacmedia/drupal-libraries-installer": false
     }
   },
   "autoload": {
-- 
GitLab