소스 검색

Change the wording and link directly to packagist.org.

Henrik Bjørnskov 13 년 전
부모
커밋
f85a31e2b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Command/HelpCommand.php

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

@@ -37,7 +37,7 @@ EOT
         $output->writeln(<<<EOT
 <info>Composer - Package Management for PHP</info>
 <comment>Composer is a package manager tracking local dependencies of your projects and libraries.
-See the "about page" on packagist.org for more information.</comment>
+See http://packagist.org/about for more information.</comment>
 EOT
         );