From 62c1756fc4008633e985f1cbbac3d1bfbd73c17c Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 8 Nov 2012 15:18:13 +0100 Subject: [PATCH] Clarify headings of VCS repo docs --- doc/05-repositories.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 238046138..697f32518 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -161,7 +161,7 @@ VCS stands for version control system. This includes versioning systems like git, svn or hg. Composer has a repository type for installing packages from these systems. -#### Maintaining a third party library fork +#### Loading a package from a VCS repository There are a few use cases for this. The most common one is maintaining your own fork of a third party library. If you are using a certain library for your @@ -194,6 +194,8 @@ It is possible to inline-alias a package constraint so that it matches a constraint that it otherwise would not. For more information [see the aliases article](articles/aliases.md). +#### Using private repositories + Exactly the same solution allows you to work with your private repositories at GitHub and BitBucket: