From 7bdc929e6d6488d7c0690e4f6d4458297e2754b8 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Wed, 8 Mar 2017 10:23:14 +0100 Subject: [PATCH] The confusing part is probably rather constraints and how versions work, not what they are --- doc/01-basic-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 4c17a9f2d..44af62d90 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -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 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.) +Please read [versions](articles/versions.md) for more in-depth information on +versions, how versions relate to each other, and on version constraints. > **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