From a04f7b7341f292ba55f14abe5ab58cf753162bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sun, 1 Oct 2023 08:54:07 +0200 Subject: [PATCH 1/2] chore: Fix Bamarni plugin deprecations --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 96f28b0a..39c63680 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,10 @@ "extra": { "branch-alias": { "dev-master": "0.4-dev" + }, + "bamarni": { + "bin-links": false, + "forward-command": false } }, "minimum-stability": "dev" 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 2/2] 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"