chore: Add extra options to silence composer warnings

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/40725/head
Côme Chilliet 10 months ago committed by Côme Chilliet
parent ee829a302f
commit 6981ceaf54
  1. 6
      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
}
}
}

Loading…
Cancel
Save