1
0
Fork 0
pull/286/merge
Jordi Boggiano 2012-02-16 18:58:25 +01:00
parent 13183753e6
commit 01cb2c5dd7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ EOT
{ {
$ctx = StreamContextFactory::getContext(); $ctx = StreamContextFactory::getContext();
$latest = trim(file_get_contents('http://getcomposer.org/version'), false, $ctx); $latest = trim(file_get_contents('http://getcomposer.org/version', false, $ctx));
if (Composer::VERSION !== $latest) { if (Composer::VERSION !== $latest) {
$output->writeln(sprintf("Updating to version <info>%s</info>.", $latest)); $output->writeln(sprintf("Updating to version <info>%s</info>.", $latest));