Jordi Boggiano 13 жил өмнө
parent
commit
26e3b77a4b

+ 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) {