1
0
Fork 0

Merge remote-tracking branch 'origin/master'

pull/3772/merge
Jordi Boggiano 2015-02-25 17:31:43 +00:00
commit ad40dbf941
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ 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. For version constraint naming conventions see
point to your custom branch. Your custom branch name must be prefixed with `"dev-"`. 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: