Browse Source

Unify Composer concept

Nguyen Xuan Quynh 6 years ago
parent
commit
1191bbc5f4
1 changed files with 1 additions and 1 deletions
  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