From 0cd045d93febba4e30f33729c5fbb85f53a96e3f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 15 Sep 2024 16:05:35 +0200 Subject: [PATCH] Composer: update minimum required PHPUnit Polyfills For compatibility with the WP Core tests, the same (minimum) version of the PHPUnit Polyfills should be required. This has been v1.1.0 since over a year ago. Ref: https://core.trac.wordpress.org/ticket/59150 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3571377bd58bd7..902370df9b3919 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "wp-coding-standards/wpcs": "^3.0", "sirbrillig/phpcs-variable-analysis": "^2.8", "spatie/phpunit-watcher": "^1.23", - "yoast/phpunit-polyfills": "^1.0", + "yoast/phpunit-polyfills": "^1.1.0", "gutenberg/gutenberg-coding-standards": "@dev" }, "repositories": [