1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00

Merge pull request #3840 from gonimar/patch-1

Fix docs basic-auth => http-basic
This commit is contained in:
Jordi Boggiano 2015-03-16 13:11:02 +00:00
commit 829199c053

View file

@ -40,7 +40,7 @@ username/password pairs, for example:
```json ```json
{ {
"basic-auth": { "http-basic": {
"repo.example1.org": { "repo.example1.org": {
"username": "my-username1", "username": "my-username1",
"password": "my-secret-password1" "password": "my-secret-password1"