1
0
Fork 0
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:
Kunal Mehta 2015-05-30 23:30:52 -07:00
parent 99dab8aebd
commit f634c6946d
8 changed files with 62 additions and 65 deletions

View file

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