From bcebe1618f32c2a18552a5199d592b88b39d25d0 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Tue, 18 Jun 2024 15:14:36 +0200 Subject: [PATCH] Add support for zodiacmedia/drupal-libraries-installer --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9cb76fe..3e596e1 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,8 @@ }, "config": { "allow-plugins": { - "lakedrops/*": false + "lakedrops/*": false, + "zodiacmedia/drupal-libraries-installer": false } }, "autoload": { -- GitLab