1
0
Fork 0

Update 05-repositories.md (#11180)

* Update 05-repositories.md

consistency with previous example

* Update 05-repositories.md
pull/11176/head^2
Buk Bukowski 2022-11-13 15:27:23 +01:00 committed by GitHub
parent 5b28754602
commit b44e39cc8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -388,15 +388,15 @@ GitHub and Bitbucket:
```json
{
"require": {
"vendor/my-private-repo": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "git@bitbucket.org:vendor/my-private-repo.git"
}
]
],
"require": {
"vendor/my-private-repo": "dev-master"
}
}
```