1
0
Fork 0

Typo fix ;-)

pull/5305/head
Lucas CHERIFI 2016-05-10 21:45:39 +02:00
parent 72362a085a
commit 7e34d9ab97
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
### [1.1.0] - 2016-05-10 ### [1.1.0] - 2016-05-10
* Added fallback to SSH for https bitbucket URLs * Added fallback to SSH for https bitbucket URLs
* Added BaseCommand::isProxyCommand that can be overriden to mark a command as being a mere proxy, which helps avoid duplicate warnings etc on composer startup * Added BaseCommand::isProxyCommand that can be overridden to mark a command as being a mere proxy, which helps avoid duplicate warnings etc on composer startup
* Fixed archiving generating long paths in zip files on Windows * Fixed archiving generating long paths in zip files on Windows
### [1.1.0-RC] - 2016-04-29 ### [1.1.0-RC] - 2016-04-29

View File

@ -221,7 +221,7 @@ class Rule
$extra = $package->getExtra(); $extra = $package->getExtra();
if (!empty($extra['config.platform'])) { 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 { } else {
$text .= ' -> your PHP version ('.$package->getPrettyVersion().') does not satisfy that requirement.'; $text .= ' -> your PHP version ('.$package->getPrettyVersion().') does not satisfy that requirement.';
} }

View File

@ -37,7 +37,7 @@ Your requirements could not be resolved to an installable set of packages.
Problem 1 Problem 1
- Installation request for a ~1.0 -> satisfiable by a[1.0.0]. - Installation request for a ~1.0 -> satisfiable by a[1.0.0].
- a 1.0.0 requires php 5.5 -> your PHP version (%s) overriden by "config.platform.php" version (5.3) does not satisfy that requirement. - a 1.0.0 requires php 5.5 -> your PHP version (%s) overridden by "config.platform.php" version (5.3) does not satisfy that requirement.
--EXPECT-- --EXPECT--