瀏覽代碼

Merge pull request #8617 from Yohann76/patch-1

Update 02-libraries.md
Jordi Boggiano 5 年之前
父節點
當前提交
5aff184fbc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/02-libraries.md

+ 1 - 1
doc/02-libraries.md

@@ -54,7 +54,7 @@ file:
 ### VCS Versioning
 
 Composer uses your VCS's branch and tag features to resolve the version
-constraints you specify in your `require` field to specific sets of files.
+constraints you specify in your [`require`](04-schema.md#require) field to specific sets of files.
 When determining valid available versions, Composer looks at all of your tags
 and branches and translates their names into an internal list of options that
 it then matches against the version constraint you provided.