From 0e3d5590673ef646fed0fbd31774e911c6519917 Mon Sep 17 00:00:00 2001 From: Nathan Bishop Date: Fri, 29 Jun 2018 21:46:23 +1000 Subject: [PATCH] Update PHPUnit to latest version that supports all versions of PHP 7.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d1407f8..f32fd06 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "keepachangelog" ], "require-dev": { - "phpunit/phpunit": "4.*" + "phpunit/phpunit": "^6.0" }, "license": "MIT", "authors": [