Docs: Clarify what "It" stands for
parent
9a755fa7d4
commit
c15baed33a
|
@ -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.
|
**package names** (e.g. `monolog/monolog`) to **version constraints** (e.g.
|
||||||
`1.0.*`).
|
`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)
|
"repositories" that you register using the [`repositories`](04-schema.md#repositories)
|
||||||
key, or in Packagist, the default package respository. In the above example,
|
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
|
since no other repository has been registered in the `composer.json` file, it is
|
||||||
|
|
Loading…
Reference in New Issue