add composer update to gpm selfupgrade

This commit is contained in:
Andy Miller
2015-04-26 17:21:12 -06:00
parent d461fac089
commit d25699397f

View File

@@ -153,6 +153,9 @@ class SelfupgradeCommand extends Command
$this->output->writeln('');
}
$this->output->writeln("\nInstalling vendor dependencies");
$this->output->writeln(system('php bin/composer.phar --working-dir="'.$this->destination.'" --no-interaction --no-dev -o install'));
// clear cache after successful upgrade
$this->clearCache('all');
}