mirror of
https://github.com/getgrav/grav.git
synced 2026-06-23 08:31:41 +02:00
optimize install of vendor libs
This commit is contained in:
@@ -98,7 +98,7 @@ class InstallCommand extends Command
|
||||
if (!$input->getOption('symlink')) {
|
||||
// Updates composer first
|
||||
$output->writeln("\nInstalling vendor dependencies");
|
||||
$output->writeln(system('php bin/composer.phar --working-dir="'.$this->destination.'" --no-interaction update'));
|
||||
$output->writeln(system('php bin/composer.phar --working-dir="'.$this->destination.'" --no-interaction --no-dev -o install'));
|
||||
|
||||
$this->gitclone($output);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user