From 6864555aa41b2b863e97a1bc1ae568f4e2328395 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 9 May 2012 17:46:13 +0200 Subject: [PATCH] Do not notify installation of aliases --- src/Composer/Installer/InstallationManager.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Composer/Installer/InstallationManager.php b/src/Composer/Installer/InstallationManager.php index 81891b5e1..d54b2d6a9 100644 --- a/src/Composer/Installer/InstallationManager.php +++ b/src/Composer/Installer/InstallationManager.php @@ -189,8 +189,6 @@ class InstallationManager if (!$repo->hasPackage($package)) { $repo->addPackage(clone $package); } - - $this->notifyInstall($package); } /**