1
0
Fork 0

Merge pull request #6477 from joking777/patch-2

Example of disabling packagist.org globally
pull/6478/head
Jordi Boggiano 2017-06-13 14:26:54 +02:00 committed by GitHub
commit 6294113400
1 changed files with 6 additions and 0 deletions

View File

@ -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) →