From f7b75305905b9543e5279271b28bceb0ad5550f3 Mon Sep 17 00:00:00 2001 From: David Stone Date: Mon, 13 Jan 2025 23:02:41 -0700 Subject: [PATCH] Revert to supported versions of phpunit --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index aba7f41..0d2c791 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,9 @@ }, "require-dev": { "composer/installers": "1.9.0", - "phpunit/phpunit": "^11.5.0", - "yoast/phpunit-polyfills": "^3.0.0", - "woocommerce/woocommerce-sniffs": "^1.0.0", - "phpunit/php-code-coverage": "^11.0.7" + "phpunit/phpunit": "^9.6.22", + "yoast/phpunit-polyfills": "^1.1.3", + "woocommerce/woocommerce-sniffs": "^1.0.0" }, "config": { "allow-plugins": {