Explorar o código

Do not notify installation of aliases

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

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

@@ -189,8 +189,6 @@ class InstallationManager
         if (!$repo->hasPackage($package)) {
             $repo->addPackage(clone $package);
         }
-
-        $this->notifyInstall($package);
     }
 
     /**