diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index cfc08c23d..ffbbbb9dd 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -224,7 +224,7 @@ class Installer $this->installationManager->notifyInstalls(); // output suggestions if we're in dev mode - if (!$this->devMode) { + if ($this->devMode) { foreach ($this->suggestedPackages as $suggestion) { $target = $suggestion['target']; foreach ($installedRepo->getPackages() as $package) {