Prechádzať zdrojové kódy

Fix fatal on show command

Povilas Balzaravicius Pawka 13 rokov pred
rodič
commit
443ce65765
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/Composer/Command/ShowCommand.php

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

@@ -78,7 +78,7 @@ EOT
 
             $this->printMeta($input, $output, $package, $installedRepo, $repos);
             $this->printLinks($input, $output, $package, 'requires');
-            $this->printLinks($input, $output, $package, 'recommends');
+            $this->printLinks($input, $output, $package, 'devRequires');
             $this->printLinks($input, $output, $package, 'replaces');
             return;
         }