From be4d3765543f5af2bb8c41ec50c23a52b96f9ba3 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 31 May 2026 20:03:09 -0700 Subject: [PATCH] Fix PHPUnit dependency alert --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 23abce4..d2cd302 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7", "php-parallel-lint/php-parallel-lint": "^1.0", "phpcompatibility/phpcompatibility-wp": "^2.1", - "phpunit/phpunit": "^4 || ^5 || ^6 || ^7", + "phpunit/phpunit": "^8.5.52 || ^9.6.33", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3.0", "yoast/phpunit-polyfills": "^0.2.0"