Do not suggest packages that were installed

main
Igor Wiedler 12 years ago
parent 8ff497ac6f
commit 1e23354666

@ -154,8 +154,10 @@ class Installer
// output suggestions
foreach ($this->suggestedPackages as $suggestion) {
if (!$installedRepo->findPackages($suggestion['target'])) {
$this->io->write($suggestion['source'].' suggests installing '.$suggestion['target'].' ('.$suggestion['reason'].')');
}
}
if (!$this->dryRun) {
// write lock

Loading…
Cancel
Save