浏览代码

Add coloring to the colors

Jordi Boggiano 9 年之前
父节点
当前提交
313dd14f1e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/Composer/Command/OutdatedCommand.php

+ 3 - 3
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:
 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
+- <info>green</info>: Dependency is in the latest version and is up to date.
+- <comment>yellow</comment>: Dependency has a new version available that includes backwards
   compatibility breaks according to semver, so upgrade when you can but it
   compatibility breaks according to semver, so upgrade when you can but it
   may involve work.
   may involve work.
-- red: Dependency has a new version that is semver-compatible and you should upgrade it.
+- <highlight>red</highlight>: Dependency has a new version that is semver-compatible and you should upgrade it.
 
 
 
 
 EOT
 EOT