From 84dadeb1ffa12d42ff3d7b8586e3dbac201831aa Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 24 Feb 2020 23:54:30 +0530 Subject: [PATCH] Support phpunit 8.0 for php7.2 for now --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2b0224a..fba34e3 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,6 @@ }, "require": {}, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.0 || ^8.0" } }