1
0
Fork 0

Use "value" instead of "setting"

pull/4698/head
Wouter J 2015-12-19 12:15:01 +01:00
parent b156ad0345
commit d0e4c5f71e
1 changed files with 1 additions and 1 deletions

View File

@ -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" setting in composer.json 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