mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Composer will prefer source now on install
This commit is contained in:
@@ -182,7 +182,7 @@ class Update extends \app\extensions\console\Command
|
||||
protected function composer()
|
||||
{
|
||||
$this->initialiseGit();
|
||||
$command = 'composer install';
|
||||
$command = 'composer install --prefer-source';
|
||||
if (in_array($this->gitBranch, $this->git->getBranchesStable())) {
|
||||
$command .= ' --no-dev';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user