From fc204c79ffc45b765758ee48e45bc22138642fb5 Mon Sep 17 00:00:00 2001 From: Gummibeer Date: Wed, 7 Aug 2019 17:03:11 +0200 Subject: [PATCH] install the highest possible phpunit version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3edbdc217..146518a7e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "graham-campbell/analyzer": "^2.1.1", "league/flysystem": "^1.0", - "phpunit/phpunit": "^6.0", + "phpunit/phpunit": "^6.0|^7.0|^8.0", "scrutinizer/ocular": "^1.5", "symfony/console": "^3.2", "symfony/css-selector": "^3.2",