diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-05 14:48:52 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-05 14:48:52 +0200 |
commit | 4dfa882d41375f3f0035a0ce656993f24a9ecda7 (patch) | |
tree | 5d3f5daed2aefa9136e2548f09e6f8cfd0c1e33c /composer.json | |
parent | 281d1a5257dd307423a1b3153b7b13c13dd8a1f3 (diff) |
v4.1.4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
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" |