Jordi Boggiano 13 лет назад
Родитель
Сommit
26e3b77a4b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Composer/Installer.php

+ 1 - 1
src/Composer/Installer.php

@@ -271,7 +271,7 @@ class Installer
 
         // execute operations
         if (!$operations) {
-            $this->io->write('<info>Nothing to install/update</info>');
+            $this->io->write('<info>Nothing to install or update</info>');
         }
 
         foreach ($operations as $operation) {