From f979e154f465435bc8bc6e93d9b23206cdcbd9f3 Mon Sep 17 00:00:00 2001 From: "M. Vondano" Date: Thu, 3 Feb 2022 09:58:39 +0100 Subject: [PATCH] configure allowed plugins --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index d559ae6..ba37158 100644 --- a/composer.json +++ b/composer.json @@ -90,5 +90,12 @@ "@chain", "yarn build" ] + }, + "config": { + "allow-plugins": { + "contao-components/installer": true, + "bamarni/composer-bin-plugin": true, + "contao/manager-plugin": true + } } }