1
0
Fork 0
pull/2138/head
Sascha Egerer 2013-08-01 08:59:38 +02:00
parent e31a0f8296
commit c13327dd75
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}