Jordi Boggiano преди 13 години
родител
ревизия
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) {