1
0
Fork 0

Docs: Clarify what "It" stands for

pull/6093/merge
Nils Adermann 2017-03-08 10:15:27 +01:00
parent 9a755fa7d4
commit c15baed33a
1 changed files with 1 additions and 1 deletions

View File

@ -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