From 8f7c85ba396c85ac23c52caff98b02e1edfa6b8f Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Tue, 25 Jun 2024 10:06:25 +0200 Subject: [PATCH] Fix allowed plugins configuration --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 132451c..a29ff3c 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,8 @@ }, "config": { "allow-plugins": { - "lakedrops/*": false + "lakedrops/*": false, + "zodiacmedia/drupal-libraries-installer": false } }, "autoload": { -- GitLab