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 907d8f3 commit 2b1c47aCopy full SHA for 2b1c47a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `phpunit-watcher` will be documented in this file
4
5
+## 1.3.8 - 2018-02-02
6
+
7
+- Support phpunit ^7.0
8
9
## 1.3.7 - 2018-01-10
10
11
- allow symfony 4
composer.json
@@ -25,7 +25,7 @@
25
"yosymfony/resource-watcher": "^1.2"
26
},
27
"require-dev": {
28
- "phpunit/phpunit": "^6.0"
+ "phpunit/phpunit": "^6.0|^7.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments