Skip to content

Commit

Permalink
Allow PHPUnit 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Aug 5, 2019
1 parent 4ac1182 commit 6152c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"require-dev": {
"behat/behat": "^3.4",
"leanphp/behat-code-coverage": "^3.0",
"dvdoug/behat-code-coverage": "^3.0||^4.0",
"monolog/monolog": "^1.0",
"phpunit/phpunit": "^4.8.35||^5.0||^6.0||^7.0"
"phpunit/phpunit": "^4.8.35||^5.0||^6.0||^7.0||^8.0"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit 6152c16

Please sign in to comment.