From 4038477a7f3d1d349c4dbdce6d2f79090fc4549d Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Wed, 21 Jan 2015 15:44:59 +0100 Subject: [PATCH] Missed a - --- src/Composer/Command/DiagnoseCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/DiagnoseCommand.php b/src/Composer/Command/DiagnoseCommand.php index 3ef83808f..78cf85db9 100644 --- a/src/Composer/Command/DiagnoseCommand.php +++ b/src/Composer/Command/DiagnoseCommand.php @@ -388,7 +388,7 @@ EOT foreach ($errors as $error => $current) { switch ($error) { case 'php': - $text = "- Your PHP ({$current}) is too old, you must upgrade to PHP 5.3.2 or higher."; + $text = "Your PHP ({$current}) is too old, you must upgrade to PHP 5.3.2 or higher."; break; case 'allow_url_fopen':