]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore: Add extra options to silence composer warnings
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 1 Feb 2024 15:36:07 +0000 (16:36 +0100)
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>
Mon, 5 Feb 2024 10:15:15 +0000 (11:15 +0100)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
composer.json

index 3082f5c7a4adce4da60e2e5f12a86c6e894aef53..48598e0c5a4d2ce77b6b641b165e5c784fa68c54 100644 (file)
                "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
+               }
        }
 }