diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index b76155a5a..1b2a6772e 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -160,6 +160,8 @@ class Installer */ public function run() { + gc_disable(); + if ($this->dryRun) { $this->verbose = true; $this->runScripts = false;