Jordi Boggiano 13 年之前
父节点
当前提交
220ab7f4ee
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Composer/Command/InstallCommand.php

+ 2 - 1
src/Composer/Command/InstallCommand.php

@@ -50,8 +50,9 @@ EOT
     {
         $composer = $this->getComposer();
 
-        // create installed repo
+        // create local repo, this contains all packages that are installed in the local project
         $localRepo           = $composer->getRepositoryManager()->getLocalRepository();
+        // create installed repo, this contains all local packages + platform packages (php & extensions)
         $installedRepo       = new PlatformRepository($localRepo);
 
         // creating repository pool