浏览代码

chore: Add extra options to silence composer warnings

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v29.0.0beta1
Côme Chilliet 3 个月前
父节点
当前提交
6981ceaf54
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      composer.json

+ 6
- 0
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
}
}
}

正在加载...
取消
保存