diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index a0f85576a..dad3dc08e 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -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(); } }