mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
parent
37a1e12672
commit
623c0dcda7
4 changed files with 44 additions and 15 deletions
|
@ -230,6 +230,10 @@ 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 . ' -> no matching package found.';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue