mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 18:26:06 +02:00
add composer update to gpm selfupgrade
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user