Skip to content

Commit

Permalink
Run tests on newer PHPUnit version (fixes #180)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Nov 2, 2019
1 parent 1faad81 commit 516017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"require-dev": {
"mikehaertl/php-shellcommand": "~1.1.0",
"phpunit/phpunit": "4.*",
"phpunit/phpunit": "^4.8|^5.7",
"scrutinizer/ocular": "~1.1"
},
"bin": ["bin/html-to-markdown"],
Expand Down

0 comments on commit 516017b

Please sign in to comment.