Browse Source

Missed a -

Rob Bast 10 years ago
parent
commit
4038477a7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Command/DiagnoseCommand.php

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

@@ -388,7 +388,7 @@ EOT
             foreach ($errors as $error => $current) {
             foreach ($errors as $error => $current) {
                 switch ($error) {
                 switch ($error) {
                     case 'php':
                     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;
                         break;
 
 
                     case 'allow_url_fopen':
                     case 'allow_url_fopen':