1
0
Fork 0

Improving Composer self-update (version upto date) info message

pull/9575/head
Ali Shaikh 2020-12-27 12:20:55 +05:00
parent bc31351b5b
commit 6f5c4fcf3e
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ EOT
if (Composer::VERSION === $updateVersion) {
$io->writeError(
sprintf(
'<info>You are already using composer version %s (%s channel).</info>',
'<info>You are already using the latest available composer version %s (%s channel).</info>',
$updateVersion,
$channelString
)