1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

adjusted script event name

This commit is contained in:
Tobias Munk 2013-05-31 11:38:41 +02:00
parent c0280256bf
commit 337f817ba3
2 changed files with 2 additions and 2 deletions

View file

@ -165,7 +165,7 @@ EOT
if ($noScripts === false) {
// dispatch event
$this->getComposer()->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_CREATE_PROJECT, $installDevPackages);
$this->getComposer()->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_CREATE_PROJECT_CMD, $installDevPackages);
}
$hasVcs = $installedFromVcs;