Преглед изворни кода

Execute alias operations still

Jordi Boggiano пре 5 година
родитељ
комит
f288acb1ca
1 измењених фајлова са 2 додато и 0 уклоњено
  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;
             }