Merge pull request #443 from hason/installer
Save local repo after each success operationpull/393/merge
commit
e50fbf378b
|
@ -278,6 +278,8 @@ class Installer
|
|||
$this->installationManager->execute($operation);
|
||||
|
||||
$this->eventDispatcher->dispatchPackageEvent(constant('Composer\Script\ScriptEvents::POST_PACKAGE_'.strtoupper($operation->getJobType())), $operation);
|
||||
|
||||
$localRepo->write();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue