浏览代码

Unify Composer concept

Nguyen Xuan Quynh 6 年之前
父节点
当前提交
1191bbc5f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Composer/Command/AboutCommand.php

+ 1 - 1
src/Composer/Command/AboutCommand.php

@@ -37,7 +37,7 @@ EOT
     {
         $this->getIO()->write(
             <<<EOT
-<info>Composer - Package Management for PHP</info>
+<info>Composer - Dependency Manager for PHP</info>
 <comment>Composer is a dependency manager tracking local dependencies of your projects and libraries.
 See https://getcomposer.org/ for more information.</comment>
 EOT