From 6b32d19429b90307d92dc52c42c995125298a35e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jan 2018 10:17:54 +0100 Subject: v1.7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3f42c4f..a8706ad 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": "^5.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } -- cgit