From b46a7020460774f60845abcfe8041d8f1d430145 Mon Sep 17 00:00:00 2001 From: Anton Vlasenko Date: Fri, 3 Jan 2025 00:31:14 +0100 Subject: [PATCH] Don't update the spatie/phpunit-watcher package as it creates issues. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab39be17c2a73..3087bcd3e01fb 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpcompatibility/phpcompatibility-wp": "^2.1.3", "wp-coding-standards/wpcs": "~3.1.0", "sirbrillig/phpcs-variable-analysis": "^2.8", - "spatie/phpunit-watcher": "^1.23.6", + "spatie/phpunit-watcher": "^1.23", "yoast/phpunit-polyfills": "^1.1.0", "gutenberg/gutenberg-coding-standards": "@dev" },