mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
fixing error message for higher repository priority, when higher repo has only a dev-branch
This commit is contained in:
parent
38f49acfdd
commit
f262feebec
3 changed files with 54 additions and 4 deletions
|
@ -193,7 +193,7 @@ class RepositorySet
|
|||
}
|
||||
}
|
||||
|
||||
return $candidates;
|
||||
return $result;
|
||||
}
|
||||
|
||||
public function getProviders($packageName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue