Fix 5.3 syntax 😒
parent
759a3a9300
commit
4a7abd79c9
|
@ -332,7 +332,7 @@ EOT
|
|||
$composer->getEventDispatcher()->setRunScripts(!$input->getOption('no-scripts'));
|
||||
|
||||
$this->dependencyResolutionCompleted = false;
|
||||
$composer->getEventDispatcher()->addListener(InstallerEvents::PRE_OPERATIONS_EXEC, [$this, 'markSolverComplete'], 10000);
|
||||
$composer->getEventDispatcher()->addListener(InstallerEvents::PRE_OPERATIONS_EXEC, array($this, 'markSolverComplete'), 10000);
|
||||
|
||||
if ($input->getOption('dry-run')) {
|
||||
$rootPackage = $composer->getPackage();
|
||||
|
|
Loading…
Reference in New Issue