From 4dfa882d41375f3f0035a0ce656993f24a9ecda7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 May 2017 14:48:52 +0200 Subject: v4.1.4 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 28cdaed..eb61a92 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "ext-mbstring": "*" }, "require-dev": { - "phpunit/php-code-coverage": "~2.0 || ~3.0", - "phpunit/phpunit": "~4.8 || ~5.1" + "phpunit/php-code-coverage": "*", + "phpunit/phpunit": "~4.8 || ~5.7" }, "conflict": { "phpmyadmin/motranslator": "<3.0" -- cgit