Skip to content

Commit 2b1c47a

Browse files
committed
Support PHPUnit ^7.0
1 parent 907d8f3 commit 2b1c47a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `phpunit-watcher` will be documented in this file
44

5+
## 1.3.8 - 2018-02-02
6+
7+
- Support phpunit ^7.0
8+
59
## 1.3.7 - 2018-01-10
610

711
- allow symfony 4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"yosymfony/resource-watcher": "^1.2"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^6.0"
28+
"phpunit/phpunit": "^6.0|^7.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)