From 26ccb5580b95738aefab5056ab868482e0bd99e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Oct 2018 08:34:54 +0200 Subject: update to 1.2.0 switch to phpunit7 --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 12f23f6..4d7c96c 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,7 @@ "hamcrest/hamcrest-php": "~2.0" }, "require-dev": { - "phpunit/phpunit": "~5.7.10|~6.5", - "phpdocumentor/phpdocumentor": "^2.9" + "phpunit/phpunit": "~5.7.10|~6.5|~7.0" }, "autoload": { "psr-0": { -- cgit