소스 검색

Merge pull request #4698 from WouterJ/patch-1

Improve error message about platform php version
Rob 9 년 전
부모
커밋
a6beb7f53d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/DependencyResolver/Rule.php

+ 1 - 1
src/Composer/DependencyResolver/Rule.php

@@ -207,7 +207,7 @@ class Rule
                         } elseif ($targetName === 'hhvm') {
                             $text .= ' -> you are running this with PHP and not HHVM.';
                         } else {
-                            $text .= ' -> your PHP version ('. phpversion() .') or "config.platform.php" value does not satisfy that requirement.';
+                            $text .= ' -> your PHP version ('. phpversion() .') or value of "config.platform.php" in composer.json does not satisfy that requirement.';
                         }
                     } elseif (0 === strpos($targetName, 'ext-')) {
                         // handle php extensions