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:
parent
c0280256bf
commit
337f817ba3
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue