mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
More hints
This commit is contained in:
parent
08ad53f9fb
commit
99a5469b5e
8 changed files with 9 additions and 9 deletions
|
@ -64,7 +64,7 @@ class SolverProblemsException extends \RuntimeException
|
|||
}
|
||||
|
||||
if ($isCausedByLock && !$isDevExtraction) {
|
||||
$hints[] = "Use the option --with-all-dependencies to allow upgrades, downgrades and removals for packages currently locked to specific versions.";
|
||||
$hints[] = "Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.";
|
||||
}
|
||||
|
||||
if (strpos($text, 'found composer-plugin-api[2.0.0] but it does not match') && strpos($text, '- ocramius/package-versions')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue