From 313dd14f1e564f09571f8df5fa0b26be6cdddfe6 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 22 Apr 2016 23:12:29 +0100 Subject: [PATCH] Add coloring to the colors --- src/Composer/Command/OutdatedCommand.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Composer/Command/OutdatedCommand.php b/src/Composer/Command/OutdatedCommand.php index 9b6a667ae..927d6c9d7 100644 --- a/src/Composer/Command/OutdatedCommand.php +++ b/src/Composer/Command/OutdatedCommand.php @@ -36,11 +36,11 @@ The outdated command is just a proxy for `composer show -l` The color coding for dependency versions is as such: -- green: Dependency is in the latest version and is up to date. -- yellow: Dependency has a new version available that includes backwards +- green: Dependency is in the latest version and is up to date. +- yellow: Dependency has a new version available that includes backwards compatibility breaks according to semver, so upgrade when you can but it may involve work. -- red: Dependency has a new version that is semver-compatible and you should upgrade it. +- red: Dependency has a new version that is semver-compatible and you should upgrade it. EOT