From 83f574ea74949d9071dc40828e54a66efd732030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 28 Jan 2022 18:15:52 +0100 Subject: [PATCH] Fix: Allow composer plugins --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index ad9234b7..7502f61e 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,10 @@ } }, "config": { + "allow-plugins": { + "ergebnis/composer-normalize": true, + "infection/extension-installer": true + }, "platform": { "php": "7.4.26" },