1
0
Fork 0

Merge pull request #443 from hason/installer

Save local repo after each success operation
pull/393/merge
Jordi Boggiano 2012-03-12 04:34:02 -07:00
commit e50fbf378b
1 changed files with 2 additions and 0 deletions

View File

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