Skip to content

Commit 516017b

Browse files
committed
Run tests on newer PHPUnit version (fixes #180)
1 parent 1faad81 commit 516017b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"require-dev": {
3838
"mikehaertl/php-shellcommand": "~1.1.0",
39-
"phpunit/phpunit": "4.*",
39+
"phpunit/phpunit": "^4.8|^5.7",
4040
"scrutinizer/ocular": "~1.1"
4141
},
4242
"bin": ["bin/html-to-markdown"],

0 commit comments

Comments
 (0)