mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Typo fix ;-)
This commit is contained in:
parent
72362a085a
commit
7e34d9ab97
3 changed files with 3 additions and 3 deletions
|
@ -221,7 +221,7 @@ class Rule
|
|||
$extra = $package->getExtra();
|
||||
|
||||
if (!empty($extra['config.platform'])) {
|
||||
$text .= ' -> your PHP version ('.phpversion().') overriden by "config.platform.php" version ('.$package->getPrettyVersion().') does not satisfy that requirement.';
|
||||
$text .= ' -> your PHP version ('.phpversion().') overridden by "config.platform.php" version ('.$package->getPrettyVersion().') does not satisfy that requirement.';
|
||||
} else {
|
||||
$text .= ' -> your PHP version ('.$package->getPrettyVersion().') does not satisfy that requirement.';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue