Skip to content

Commit

Permalink
Simplify composer install options
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusklocke committed Jan 21, 2022
1 parent 44e8eac commit 00ae7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __invoke(): void
}

$this->output('Installing composer dependencies ...');
$this->runCommand('composer.phar install --prefer-dist --no-dev --optimize-autoloader --no-cache --no-progress');
$this->runCommand('composer.phar install --optimize-autoloader --no-progress');
$this->output('Installation complete.');
}

Expand Down

0 comments on commit 00ae7ed

Please sign in to comment.