From 6981ceaf547d0d3347bcd7221ba113903b4a953d Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Thu, 1 Feb 2024 16:36:07 +0100 Subject: [PATCH] chore: Add extra options to silence composer warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 3082f5c7a4a..48598e0c5a4 100644 --- a/composer.json +++ b/composer.json @@ -68,5 +68,11 @@ "test": "phpunit --configuration tests/phpunit-autotest.xml", "test:db": "@composer run test -- --group DB,SLOWDB", "test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml" + }, + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } } } -- 2.39.5