Skip to content

Commit

Permalink
Added a small clarification to the 05-repositories article to
Browse files Browse the repository at this point in the history
make it clearer how to use version constraints when making use
of your own VCS repository.
  • Loading branch information
Ben Waine committed Aug 15, 2012
1 parent fb62e2b commit 1ca478d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/05-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ project to use the patched version. If the library is on GitHub (this is the
case most of the time), you can simply fork it there and push your changes to
your fork. After that you update the project's `composer.json`. All you have
to do is add your fork as a repository and update the version constraint to
point to your custom branch.
point to your custom branch. For version constraint naming conventions see
[Libraries](02-libraries.md) for more information.

Example assuming you patched monolog to fix a bug in the `bugfix` branch:

Expand Down

0 comments on commit 1ca478d

Please sign in to comment.