1
0
Fork 0

The confusing part is probably rather constraints and how versions work, not what they are

pull/6093/merge
Nils Adermann 2017-03-08 10:23:14 +01:00
parent c15baed33a
commit 7bdc929e6d
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ In our example, we're requesting the Monolog package with the version constraint
This means any version in the `1.0` development branch, or any version that is This means any version in the `1.0` development branch, or any version that is
greater than or equal to 1.0 and less than 1.1 (`>=1.0 <1.1`). greater than or equal to 1.0 and less than 1.1 (`>=1.0 <1.1`).
(What the term "version" actually means can be a little confusing in Composer. Please read [versions](articles/versions.md) for more in-depth information on
Please read [versions](articles/versions.md) for more in-depth information.) versions, how versions relate to each other, and on version constraints.
> **How does Composer download the right files?** When you specify a dependency in > **How does Composer download the right files?** When you specify a dependency in
> `composer.json`, Composer, first takes the name of the package that you've requested > `composer.json`, Composer, first takes the name of the package that you've requested