From 0bb6aa62f2df1fa409bbabf6baf25a35cfeaee21 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 18 Aug 2021 17:14:44 +0300 Subject: [PATCH] Allow phpunit 7.x, 8.x for PHP 7.1+ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c562752b0..f72cfc0a5 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "woocommerce/woocommerce-sniffs": "^0.1.0", - "phpunit/phpunit": "^9.1", + "phpunit/phpunit": "^7.0 | ^8.0 | ^9.0", "brain/monkey": "^2.4" }, "autoload": {