1
0
Fork 0
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:
Oleg Andreyev 2020-08-22 20:07:13 +03:00
parent 38f49acfdd
commit f262feebec
No known key found for this signature in database
GPG key ID: C7EFA51E830B567D
3 changed files with 54 additions and 4 deletions

View file

@ -193,7 +193,7 @@ class RepositorySet
}
}
return $candidates;
return $result;
}
public function getProviders($packageName)