From d14eb65bfa66f9ab9c4bd4a443d910003829c417 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 8 Jan 2024 10:56:53 +0100 Subject: [PATCH] fix(deps): Allow composer plugin explicitly Signed-off-by: Joas Schilling --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 332fafe4b..89b45fbed 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,9 @@ "classmap-authoritative": true, "platform": { "php": "8.0" + }, + "allow-plugins": { + "bamarni/composer-bin-plugin": true } }, "scripts": {