From 59eb3698c2b9cbb6ab2a87298e073ec9a2f9a785 Mon Sep 17 00:00:00 2001 From: SirLouen Date: Wed, 2 Apr 2025 22:44:27 +0200 Subject: [PATCH] Update polyfills? --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aa09726..f8e69ce 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require-dev" : { "phpunit/phpunit": "^7", "spatie/phpunit-watcher": "^1.23", - "yoast/phpunit-polyfills": "^1.0" + "yoast/phpunit-polyfills": "^1.1" }, "scripts" : { "test": "phpunit",