소스 검색

Copy change

Peter Johnson 12 년 전
부모
커밋
2f26d2a749
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;