diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-05-24 21:34:46 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-07-07 21:34:46 +0300 |
commit | f1b5b783d3c8daabf427dfc8c1baf6a9145d7c62 (patch) | |
tree | 59b2f958e4b49c102b2ab7aadf81488ab14d4104 /README.md | |
parent | 558d137bfaf3b64c5e1b6b1091b0c066cb5f5cce (diff) |
Added a segment that shows the Symfony2 version number.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -225,6 +225,7 @@ currently available are: * **rspec_stats** - Show a ratio of test classes vs code classes for RSpec. * **status** - The return code of the previous command, and status of background jobs. * **symfony2_tests** - Show a ratio of test classes vs code classes for Symfony2. +* **symfony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir. * **time** - System time. * **virtualenv** - Your Python [VirtualEnv](https://virtualenv.pypa.io/en/latest/). * **vcs** - Information about this `git` or `hg` repository (if you are in one). |