mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Update callers of VersionParser::formatVersion()
Tests were moved to BasePackageTest.
This commit is contained in:
parent
99dab8aebd
commit
f634c6946d
8 changed files with 62 additions and 65 deletions
|
@ -298,7 +298,7 @@ EOT
|
|||
});
|
||||
}
|
||||
|
||||
$io->writeError('<info>Installing ' . $package->getName() . ' (' . VersionParser::formatVersion($package, false) . ')</info>');
|
||||
$io->writeError('<info>Installing ' . $package->getName() . ' (' . $package->getFullPrettyVersion(false) . ')</info>');
|
||||
|
||||
if ($disablePlugins) {
|
||||
$io->writeError('<info>Plugins have been disabled.</info>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue