From 516017b6db201b46da6fe63e4f9c109d6b00b56b Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sat, 2 Nov 2019 10:52:09 -0400 Subject: [PATCH] Run tests on newer PHPUnit version (fixes #180) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5340391..671ad16 100644 --- a/composer.json +++ b/composer.json @@ -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"],