function MarkAliasInstalledOperation::show
@inheritDoc
Overrides OperationInterface::show
File
-
vendor/
composer/ composer/ src/ Composer/ DependencyResolver/ Operation/ MarkAliasInstalledOperation.php, line 47
Class
- MarkAliasInstalledOperation
- Solver install operation.
Namespace
Composer\DependencyResolver\OperationCode
public function show($lock) : string {
return 'Marking <info>' . $this->package
->getPrettyName() . '</info> (<comment>' . $this->package
->getFullPrettyVersion() . '</comment>) as installed, alias of <info>' . $this->package
->getAliasOf()
->getPrettyName() . '</info> (<comment>' . $this->package
->getAliasOf()
->getFullPrettyVersion() . '</comment>)';
}