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 623e3ac commit 4f2c34aCopy full SHA for 4f2c34a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `phpunit-watcher` will be documented in this file
4
5
+## 1.3.6 - 2017-08-29
6
+
7
+- fix typing in interactive mode
8
9
## 1.3.5 - 2017-08-29
10
11
- add back version number
src/ConsoleApplication.php
@@ -8,7 +8,7 @@ class ConsoleApplication extends Application
{
public function __construct()
- parent::__construct('PHPUnit Watcher', '1.3.5');
+ parent::__construct('PHPUnit Watcher', '1.3.6');
12
13
$this->add(new WatcherCommand());
14
}
0 commit comments