Browse Source

Merge remote-tracking branch 'anonrig/master'

Jordi Boggiano 10 years ago
parent
commit
9799c2eb0a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Composer/Installer.php

+ 1 - 0
src/Composer/Installer.php

@@ -160,6 +160,7 @@ class Installer
      */
     public function run()
     {
+        gc_collect_cycles();
         gc_disable();
 
         if ($this->dryRun) {