diff --git a/src/installer.php b/src/installer.php index 14bc022d..29fa5a42 100644 --- a/src/installer.php +++ b/src/installer.php @@ -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.'); }