From: Julius Härtl Date: Mon, 27 Dec 2021 08:57:29 +0000 (+0100) Subject: Allow using composer plugin with composer 2.2 X-Git-Tag: v24.0.0beta1~462^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b6a26007aabb46493306ada168c58d337a1494bc;p=nextcloud-server.git Allow using composer plugin with composer 2.2 Signed-off-by: Julius Härtl --- 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": {