소스 검색

Merge pull request #6477 from joking777/patch-2

Example of disabling packagist.org globally
Jordi Boggiano 7 년 전
부모
커밋
6294113400
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      doc/05-repositories.md

+ 6 - 0
doc/05-repositories.md

@@ -655,4 +655,10 @@ You can disable the default Packagist.org repository by adding this to your
 }
 ```
 
+You can disable Packagist.org globally by using the global config flag:
+
+```
+composer confg -g repo.packagist false
+```
+
 ← [Schema](04-schema.md)  |  [Config](06-config.md) →