ソースを参照

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
}
}
}

読み込み中…
キャンセル
保存