1
0
Fork 0

fix `http-basic` json example

The JSON example for the `http-basic` option was missing the closing curly brace.
pull/5318/head
Mickael GOETZ 2016-05-11 23:04:51 +02:00
parent d9909993b2
commit 9303a04bed
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ capath must be a correctly hashed certificate directory.
## http-basic
A list of domain names and username/passwords to authenticate against them. For
example using `{"example.org": {"username": "alice", "password": "foo"}` as the
example using `{"example.org": {"username": "alice", "password": "foo"}}` as the
value of this option will let Composer authenticate against example.org.
> **Note:** Authentication-related config options like `http-basic` and