Explorar el Código

Fix installation process

Jordi Boggiano hace 13 años
padre
commit
7cf86e7ea0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      bin/composer

+ 2 - 2
bin/composer

@@ -19,8 +19,8 @@ $rm->setRepository('Packagist', new Repository\ComposerRepository('http://packag
 // initialize download manager
 $dm = new Downloader\DownloadManager($preferSource = false);
 $dm->setDownloader('git',  new Downloader\GitDownloader());
-$dm->setDownloader('pear', new Downloader\PearDownloader());
-$dm->setDownloader('zip',  new Downloader\ZipDownloader());
+//$dm->setDownloader('pear', new Downloader\PearDownloader());
+//$dm->setDownloader('zip',  new Downloader\ZipDownloader());
 
 // initialize installation manager
 $im = new Installer\InstallationManager();