From fb7e41e37f5d71c72b3eb5594b414386c19c8b04 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 935b0b97..835e3964 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",