Merge pull request #7419 from nathanpurcell/patch-1
Update example for auth.json in BitBucket configpull/7405/merge
commit
0c6201de3e
|
@ -305,7 +305,6 @@ After creating an OAuth consumer in the BitBucket control panel, you need to set
|
|||
the credentials like this (more info [here](https://getcomposer.org/doc/06-config.md#bitbucket-oauth)):
|
||||
```json
|
||||
{
|
||||
"config": {
|
||||
"bitbucket-oauth": {
|
||||
"bitbucket.org": {
|
||||
"consumer-key": "myKey",
|
||||
|
@ -313,7 +312,6 @@ the credentials like this (more info [here](https://getcomposer.org/doc/06-confi
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
**Note that the repository endpoint needs to be https rather than git.**
|
||||
|
||||
|
|
Loading…
Reference in New Issue