Skip to content

Commit

Permalink
output info before fetching composer repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Heleniak committed Aug 16, 2012
1 parent a2171e2 commit edc63c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Composer/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ protected function doInstall($localRepo, $installedRepo, $aliases, $devMode = fa
$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);
Expand Down

0 comments on commit edc63c2

Please sign in to comment.