mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 10:38:57 +02:00
[Nostromo] Refactor Runtime methods.
This commit is contained in:
@@ -43,7 +43,7 @@ class InstallTask extends AbstractTask
|
||||
|
||||
protected function getOptions()
|
||||
{
|
||||
$userOptions = $this->runtime->getConfigOptions('composer', []);
|
||||
$userOptions = $this->runtime->getConfigOption('composer', []);
|
||||
$options = array_merge(
|
||||
['path' => 'composer', 'flags' => '--optimize-autoloader'],
|
||||
(is_array($userOptions) ? $userOptions : []),
|
||||
|
||||
Reference in New Issue
Block a user