Skip to content

Commit

Permalink
fix string conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianheuer committed Sep 17, 2016
1 parent 300f31d commit 36bf6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/phar/PharService.php
Expand Up @@ -94,7 +94,7 @@ public function update(RequestedPhar $requestedPhar, Filename $location, Version
$this->output->writeInfo(
sprintf(
'%s: %s is the newest version matching constraint %s, skipping.',
$requestedPhar->getAlias(),
$requestedPhar->getAlias()->asString(),
$currentVersion->getVersionString(),
$requestedPhar->getVersionConstraint()->asString()
)
Expand Down

0 comments on commit 36bf6df

Please sign in to comment.