1
0
Fork 0

Add coloring to the colors

pull/5238/head
Jordi Boggiano 2016-04-22 23:12:29 +01:00
parent 8771119374
commit 313dd14f1e
1 changed files with 3 additions and 3 deletions

View File

@ -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. - <info>green</info>: Dependency is in the latest version and is up to date.
- yellow: Dependency has a new version available that includes backwards - <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