From 922bdd465c1b19b7e19941cfcef887197e6d10bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 2 Feb 2016 19:55:06 +0100 Subject: [PATCH] Enhancement: Require a more recent version of phpunit/phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 68b39331..bc0b7ff2 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "require-dev": { "json-schema/JSON-Schema-Test-Suite": "1.1.0", - "phpunit/phpunit": "~3.7", + "phpunit/phpunit": "^4.8.22", "phpdocumentor/phpdocumentor": "~2" }, "autoload": {