From 36a83869ed117a1d24719dc23ea838623900bf34 Mon Sep 17 00:00:00 2001 From: Yohann Durand <34881241+Yohann76@users.noreply.github.com> Date: Sun, 16 Feb 2020 23:02:38 +0100 Subject: [PATCH] Update 02-libraries.md --- doc/02-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-libraries.md b/doc/02-libraries.md index e59f505dd..c02756e50 100644 --- a/doc/02-libraries.md +++ b/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.