From: Côme Chilliet Date: Thu, 1 Feb 2024 15:36:07 +0000 (+0100) Subject: chore: Add extra options to silence composer warnings X-Git-Tag: v29.0.0beta1~302^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6981ceaf547d0d3347bcd7221ba113903b4a953d;p=nextcloud-server.git chore: Add extra options to silence composer warnings Signed-off-by: Côme Chilliet --- 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 + } } }