From 94e4e11e6f0ebfb158f7c398fb2e7efea43a5593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sat, 14 Oct 2023 11:10:30 +0200 Subject: [PATCH] remove bamarni/composer-bin-plugin --- composer.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 526bf61c..19c7eb4d 100644 --- a/composer.json +++ b/composer.json @@ -40,18 +40,11 @@ "psr-4": { "League\\Bundle\\OAuth2ServerBundle\\Tests\\": "tests/" } }, "config": { - "sort-packages": true, - "allow-plugins": { - "bamarni/composer-bin-plugin": true - } + "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "0.4-dev" - }, - "bamarni": { - "bin-links": false, - "forward-command": false } }, "minimum-stability": "dev"