1
0
Fork 0

Update docs on repo order

pull/454/merge
Jordi Boggiano 2012-03-15 01:13:10 +01:00
parent 3b77d25a3c
commit 7c97abec8c
1 changed files with 4 additions and 3 deletions

View File

@ -297,9 +297,10 @@ Example:
]
}
> **Note:** Order is significant here. Repositories added later will take
precedence. This also means that custom repositories can override packages
that exist on packagist.
> **Note:** Order is significant here. When looking for a package, Composer
will look from the first to the last repository, and pick the first match.
By default Packagist is added last which means that custom repositories can
override packages from it.
## config