mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Make root alias behaviour consistent, add root ref handling, lock to newest metadata
root aliases during install should come from the lock file only, for better reproducibility we don't reuse the value from update for the following install
This commit is contained in:
parent
10ada7bf82
commit
c875f538ea
3 changed files with 39 additions and 32 deletions
|
@ -101,6 +101,8 @@ class RepositorySet
|
|||
/**
|
||||
* Find packages providing or matching a name and optionally meeting a constraint in all repositories
|
||||
*
|
||||
* Returned in the order of repositories, matching priority
|
||||
*
|
||||
* @param string $name
|
||||
* @param ConstraintInterface|null $constraint
|
||||
* @param bool $exactMatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue