Skip to content

Commit

Permalink
Support PHPUnit ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Feb 2, 2018
1 parent 907d8f3 commit 2b1c47a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 1.3.8 - 2018-02-02

- Support phpunit ^7.0

## 1.3.7 - 2018-01-10

- allow symfony 4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"yosymfony/resource-watcher": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2b1c47a

Please sign in to comment.