parent
eefa012204
commit
e132a5a84a
|
@ -126,6 +126,8 @@ abstract class BaseDependencyCommand extends BaseCommand
|
|||
$extraNotice = ' (version provided by config.platform)';
|
||||
}
|
||||
$this->getIO()->writeError('<info>Package "'.$needle.' '.$textConstraint.'" found in version "'.$matchedPackage->getPrettyVersion().'"'.$extraNotice.'.</info>');
|
||||
} elseif ($inverted) {
|
||||
$this->getIO()->write('<comment>Package "'.$needle.'" '.$matchedPackage->getPrettyVersion().' is already installed! To find out why, run `composer why '.$needle.'`</comment>');
|
||||
}
|
||||
|
||||
// Include replaced packages for inverted lookups as they are then the actual starting point to consider
|
||||
|
|
Loading…
Reference in New Issue