We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99d1f0 commit 3a35d2bCopy full SHA for 3a35d2b
Changes.md
@@ -1,4 +1,8 @@
1
2
+Version 2.2 - Wed Dec 31 11:27:50 2014
3
+
4
+- Added ConsoleInfo classes for detecting the dimension of the console.
5
6
Version 1.7 - Mon Jun 30 11:41:33 2014
7
8
- Added zsh completion generator.
composer.json
@@ -24,5 +24,5 @@
24
"CLIFramework": "src"
25
}
26
},
27
- "version": "2.1.0"
+ "version": "2.2.0"
28
src/CLIFramework/Application.php
@@ -30,7 +30,7 @@ class Application extends CommandBase
30
implements CommandInterface
31
{
32
const CORE_VERSION = '1.10.0';
33
- const VERSION = "2.1.0";
+ const VERSION = "2.2.0";
34
const NAME = 'CLIFramework';
35
36
0 commit comments