From c15baed33abe8c385e99b4de5d0363e49202326f Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Wed, 8 Mar 2017 10:15:27 +0100 Subject: [PATCH] Docs: Clarify what "It" stands for --- doc/01-basic-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 308fae5c6..4c17a9f2d 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -33,7 +33,7 @@ As you can see, [`require`](04-schema.md#require) takes an object that maps **package names** (e.g. `monolog/monolog`) to **version constraints** (e.g. `1.0.*`). -It uses this information to search for the right set of files in package +Composer uses this information to search for the right set of files in package "repositories" that you register using the [`repositories`](04-schema.md#repositories) key, or in Packagist, the default package respository. In the above example, since no other repository has been registered in the `composer.json` file, it is