소스 검색

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

Loading…
취소
저장