Преглед на файлове

Merge pull request #1003 from benwaine/documentation_clarification

Added a small clarification to the 05-repositories article.
Jordi Boggiano преди 13 години
родител
ревизия
2d670fc5cb
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      doc/05-repositories.md

+ 2 - 1
doc/05-repositories.md

@@ -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: