From 41f1320a00ccd7c85d8a7cce6e6f3f2ce161d9dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2019 15:48:32 +0200 Subject: v2.1.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2603aad..c782dbc 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ } }, "require-dev": { - "phpunit/phpunit" : "*" + "phpunit/phpunit" : "^6" }, "config" : { "bin-dir" : "bin/" -- cgit