Browse Source

output info before fetching composer repos

Mateusz Heleniak 12 years ago
parent
commit
edc63c2b49
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Composer/Installer.php

+ 2 - 0
src/Composer/Installer.php

@@ -240,6 +240,8 @@ class Installer
             $this->package->getDevRequires()
         );
 
+        $this->io->write('<info>Loading composer repositories with package information</info>');
+
         // creating repository pool
         $pool = new Pool($minimumStability, $stabilityFlags);
         $pool->addRepository($installedRepo);