1
0
Fork 0

Save local repo after each success operation

pull/443/head
Martin Hasoň 2012-03-12 12:24:11 +01:00
parent e82e5c39b5
commit 01c1878aea
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();
}
}