Peter Johnson %!s(int64=12) %!d(string=hai) anos
pai
achega
2f26d2a749
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Installer.php

+ 1 - 1
src/Composer/Installer.php

@@ -277,7 +277,7 @@ class Installer
         try {
             $operations = $solver->solve($request);
         } catch (SolverProblemsException $e) {
-            $this->io->write('<error>Your requirements could not be solved to an installable set of packages.</error>');
+            $this->io->write('<error>Your requirements could not be resolved to an installable set of packages.</error>');
             $this->io->write($e->getMessage());
 
             return false;