From f85a31e2b0dea445cef79f2860bee3f85cac795f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bj=C3=B8rnskov?= Date: Mon, 7 Nov 2011 14:30:01 +0100 Subject: [PATCH] Change the wording and link directly to packagist.org. --- src/Composer/Command/HelpCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/HelpCommand.php b/src/Composer/Command/HelpCommand.php index 0f8d7a4d3..1b2546f9e 100644 --- a/src/Composer/Command/HelpCommand.php +++ b/src/Composer/Command/HelpCommand.php @@ -37,7 +37,7 @@ EOT $output->writeln(<<Composer - Package Management for PHP Composer is a package manager tracking local dependencies of your projects and libraries. -See the "about page" on packagist.org for more information. +See http://packagist.org/about for more information. EOT );