diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-02-01 16:36:07 +0100 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-02-05 11:15:15 +0100 |
commit | 6981ceaf547d0d3347bcd7221ba113903b4a953d (patch) | |
tree | aea51e3bdf5fd52480644723556f2f3448c52b0e /composer.json | |
parent | ee829a302ff3ff0e1d3e00ab15614262cbfdfbf4 (diff) | |
download | nextcloud-server-6981ceaf547d0d3347bcd7221ba113903b4a953d.tar.gz nextcloud-server-6981ceaf547d0d3347bcd7221ba113903b4a953d.zip |
chore: Add extra options to silence composer warnings
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 6 insertions, 0 deletions
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 + } } } |