From b6a26007aabb46493306ada168c58d337a1494bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 27 Dec 2021 09:57:29 +0100 Subject: [PATCH] Allow using composer plugin with composer 2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index fe27a1928a0..b17734c8591 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,9 @@ "sort-packages": true, "platform": { "php": "7.3" + }, + "allow-plugins": { + "bamarni/composer-bin-plugin": true } }, "autoload": {