diff --git a/doc/05-repositories.md b/doc/05-repositories.md index b71027f1b..460b3df3e 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -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" + } } ```