Merge pull request #1008 from mheleniak/master
output info before fetching composer repospull/1016/head
commit
de6bb0409b
|
@ -240,6 +240,8 @@ class Installer
|
||||||
$this->package->getDevRequires()
|
$this->package->getDevRequires()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->io->write('<info>Loading composer repositories with package information</info>');
|
||||||
|
|
||||||
// creating repository pool
|
// creating repository pool
|
||||||
$pool = new Pool($minimumStability, $stabilityFlags);
|
$pool = new Pool($minimumStability, $stabilityFlags);
|
||||||
$pool->addRepository($installedRepo);
|
$pool->addRepository($installedRepo);
|
||||||
|
|
|
@ -6,6 +6,7 @@ Installing seld/jsonlint (1.0.0)
|
||||||
Downloading: 100%
|
Downloading: 100%
|
||||||
|
|
||||||
Created project in %testDir%
|
Created project in %testDir%
|
||||||
|
Loading composer repositories with package information
|
||||||
Installing dependencies
|
Installing dependencies
|
||||||
Nothing to install or update
|
Nothing to install or update
|
||||||
Writing lock file
|
Writing lock file
|
||||||
|
|
Loading…
Reference in New Issue