diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-07-09 04:46:10 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-07-09 04:46:10 +0300 |
commit | 4bbbefd5000707a4f9d91644042eae33fcfedd6f (patch) | |
tree | 41d753b6be13f3061b161b8befc3cf1847a48867 /README.md | |
parent | 24d7ba584ae345a940d226b3a7f6cc3a10d2d431 (diff) | |
parent | f1b5b783d3c8daabf427dfc8c1baf6a9145d7c62 (diff) |
Merge pull request #45 from dritter/dritter/symfony2_version
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). |