Update 05-repositories.md (#11180)
* Update 05-repositories.md consistency with previous example * Update 05-repositories.mdpull/11176/head^2
parent
5b28754602
commit
b44e39cc8c
|
@ -388,15 +388,15 @@ GitHub and Bitbucket:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"require": {
|
|
||||||
"vendor/my-private-repo": "dev-master"
|
|
||||||
},
|
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "git@bitbucket.org:vendor/my-private-repo.git"
|
"url": "git@bitbucket.org:vendor/my-private-repo.git"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"require": {
|
||||||
|
"vendor/my-private-repo": "dev-master"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue