diff --git a/src/Composer/Command/StatusCommand.php b/src/Composer/Command/StatusCommand.php index 2fcfcec22..aab1a952d 100644 --- a/src/Composer/Command/StatusCommand.php +++ b/src/Composer/Command/StatusCommand.php @@ -116,7 +116,7 @@ EOT 'ref' => $previousRef ), 'current' => array( - 'version' => $currentVersion['version'], + 'version' => $parser->normalize($currentVersion['version']), 'ref' => $currentVersion['commit'], ), );