diff --git a/src/Composer/Command/StatusCommand.php b/src/Composer/Command/StatusCommand.php index 8f5ef7c58..5151d734b 100644 --- a/src/Composer/Command/StatusCommand.php +++ b/src/Composer/Command/StatusCommand.php @@ -92,8 +92,8 @@ EOT $output->writeln('Use --verbose (-v) to see modified files'); } - // Dispatch post-status-command - $composer->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_STATUS_CMD, true); + // Dispatch post-status-command + $composer->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_STATUS_CMD, true); return $errors ? 1 : 0; }