CGL fix
parent
e31a0f8296
commit
c13327dd75
|
@ -92,8 +92,8 @@ EOT
|
||||||
$output->writeln('Use --verbose (-v) to see modified files');
|
$output->writeln('Use --verbose (-v) to see modified files');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dispatch post-status-command
|
// Dispatch post-status-command
|
||||||
$composer->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_STATUS_CMD, true);
|
$composer->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_STATUS_CMD, true);
|
||||||
|
|
||||||
return $errors ? 1 : 0;
|
return $errors ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue