Explorar o código

Execute alias operations still

Jordi Boggiano %!s(int64=5) %!d(string=hai) anos
pai
achega
f288acb1ca
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/Composer/Installer/InstallationManager.php

+ 2 - 0
src/Composer/Installer/InstallationManager.php

@@ -205,6 +205,8 @@ class InstallationManager
                 if ($this->io->isDebug()) {
                     $this->io->writeError('  - ' . $operation->show(false));
                 }
+                $this->$jobType($repo, $operation);
+
                 continue;
             }