mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 12:40:18 +02:00
Manual merge for PR #108
This commit is contained in:
parent
c3204844ea
commit
d4763da37b
@ -23,6 +23,7 @@ class InstallTask extends ComposerAbstractTask
|
|||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
return $this->runCommand($this->getComposerCmd() . ' install');
|
$dev = $this->getParameter('dev', true);
|
||||||
|
return $this->runCommand($this->getComposerCmd() . ' install' . ($dev ? ' --dev' : ' --no-dev'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user