Update 02-libraries.md
parent
4f59162827
commit
36a83869ed
|
@ -54,7 +54,7 @@ file:
|
||||||
### VCS Versioning
|
### VCS Versioning
|
||||||
|
|
||||||
Composer uses your VCS's branch and tag features to resolve the version
|
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
|
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
|
and branches and translates their names into an internal list of options that
|
||||||
it then matches against the version constraint you provided.
|
it then matches against the version constraint you provided.
|
||||||
|
|
Loading…
Reference in New Issue