1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

More hints

This commit is contained in:
Jordi Boggiano 2020-10-18 13:13:44 +02:00
parent 08ad53f9fb
commit 99a5469b5e
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
8 changed files with 9 additions and 9 deletions

View file

@ -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')) {