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:
commit
829199c053
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue