From a6f2bb5a3a2ffb776c339bc8f4ee69a6e36c489e Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Mon, 22 Apr 2024 13:41:05 -0600 Subject: [PATCH] Remove unnecessary phpunit versions for WordPress 5.9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e55cb0c8..db73a114 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "dms/phpunit-arraysubset-asserts": "^0.5.0", "php-parallel-lint/php-parallel-lint": "^1.0", "phpcompatibility/phpcompatibility-wp": "^2.1", - "phpunit/phpunit": "^5 || ^6 || ^7 || ^8 || ^9", + "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "^3.5", "wp-cli/extension-command": "^2.0", "wp-cli/wp-cli-tests": "^3",