1
0
Fork 0

Allow self-update to be called outside of a project context

pull/141/head
Jordi Boggiano 2011-12-03 11:57:59 +01:00
parent b8042f58a4
commit aacdcb1570
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ EOT
protected function execute(InputInterface $input, OutputInterface $output) protected function execute(InputInterface $input, OutputInterface $output)
{ {
$composer = $this->getComposer();
$latest = trim(file_get_contents('http://getcomposer.org/version')); $latest = trim(file_get_contents('http://getcomposer.org/version'));
if (Composer::VERSION !== $latest) { if (Composer::VERSION !== $latest) {