From 27d4441d1d885f5054f0bde197f70b8cabff5c9e Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 21 Feb 2016 16:40:29 +0000 Subject: [PATCH] Updated to phpunit 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1bfda41..800e0f1a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "paragonie/random_compat": "^1.1" }, "require-dev": { - "phpunit/phpunit": "4.8.*" + "phpunit/phpunit": "~5.2" }, "repositories": [ {