فهرست منبع

Merge pull request #1008 from mheleniak/master

 output info before fetching composer repos
Nils Adermann 13 سال پیش
والد
کامیت
de6bb0409b
2فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 2 0
      src/Composer/Installer.php
  2. 1 0
      tests/Composer/Test/Fixtures/functional/create-project-command.test

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

+ 1 - 0
tests/Composer/Test/Fixtures/functional/create-project-command.test

@@ -6,6 +6,7 @@ Installing seld/jsonlint (1.0.0)
     Downloading: 100%
 
 Created project in %testDir%
+Loading composer repositories with package information
 Installing dependencies
 Nothing to install or update
 Writing lock file