From de98e070198943ddfd93d956ab9704d6c375280e Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 27 Jan 2022 11:42:11 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87430df..f7cc815 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "composer/installers": "~1.0" }, "require-dev": { - "phpunit/phpunit": "^5.5", + "phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5", "phpcompatibility/php-compatibility": "*", "squizlabs/php_codesniffer": "3.*", "wp-coding-standards/wpcs": "^2.3.0"