1
0
Fork 0

output info before fetching composer repos

pull/1008/head
Mateusz Heleniak 2012-08-17 02:42:05 +03:00
parent a2171e2ed1
commit edc63c2b49
1 changed files with 2 additions and 0 deletions

View File

@ -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);