mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Improve error reporting some more, fixes #4310
This commit is contained in:
parent
b10074338c
commit
feda2a283f
4 changed files with 22 additions and 8 deletions
|
@ -241,7 +241,7 @@ class Rule
|
|||
return $text . ' -> the requested linked library '.$lib.' has the wrong version installed or is missing from your system, make sure to have the extension providing it.';
|
||||
} else {
|
||||
if ($providers = $pool->whatProvides($targetName, $this->reasonData->getConstraint(), true, true)) {
|
||||
return $text . ' -> satisfiable by ' . $this->formatPackagesUnique($pool, $providers) .' but these conflict with your requirements or minimum-stability';
|
||||
return $text . ' -> satisfiable by ' . $this->formatPackagesUnique($pool, $providers) .' but these conflict with your requirements or minimum-stability.';
|
||||
}
|
||||
|
||||
return $text . ' -> no matching package found.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue