From 57b09213345d0178e93b86a9a0d696f79789eb3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Thu, 18 Nov 2021 15:53:53 +0100 Subject: [PATCH] Update libraries. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 60b8a24..c3b4eb9 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,8 @@ "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", - "wp-phpunit/wp-phpunit": "^5.8" + "wp-phpunit/wp-phpunit": "^5.8", + "yoast/phpunit-polyfills": "^1.0" }, "scripts": { "coveralls": "vendor/bin/php-coveralls -v",