Browse Source

Fix BC handling of old require-dev, refs #1656

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

+ 1 - 0
src/Composer/Installer.php

@@ -161,6 +161,7 @@ class Installer
                     $this->installationManager->uninstall($devRepo, new UninstallOperation($package));
                 }
             }
+            unlink($this->config->get('vendor-dir').'/composer/installed_dev.json');
         }
         unset($devRepo, $package);
         // end BC