فهرست منبع

Save local repo after each success operation

Martin Hasoň 13 سال پیش
والد
کامیت
01c1878aea
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/Composer/Installer.php

+ 2 - 0
src/Composer/Installer.php

@@ -278,6 +278,8 @@ class Installer
                 $this->installationManager->execute($operation);
                 $this->installationManager->execute($operation);
 
 
                 $this->eventDispatcher->dispatchPackageEvent(constant('Composer\Script\ScriptEvents::POST_PACKAGE_'.strtoupper($operation->getJobType())), $operation);
                 $this->eventDispatcher->dispatchPackageEvent(constant('Composer\Script\ScriptEvents::POST_PACKAGE_'.strtoupper($operation->getJobType())), $operation);
+
+                $localRepo->write();
             }
             }
         }
         }