From e94cc193901f56385a3c36180e5cdb23abd10480 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 21 Jun 2021 16:49:05 +0200 Subject: [PATCH] Composer: use PHPUnit Polyfills at version ^1.0.0 PHPUnit Polyfills 1.0.0 have been released. Ref: https://github.com/Yoast/PHPUnit-Polyfills/releases/tag/1.0.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a2cb8cea9..1b61196b2 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-parallel-lint/php-parallel-lint": "^1.3", "php-parallel-lint/php-console-highlighter": "^0.5.0", - "yoast/phpunit-polyfills": "^0.2.0" + "yoast/phpunit-polyfills": "^1.0.0" }, "type": "library", "autoload": {