From 9301b383189f846d749e17e116ef80daaaee2d61 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 20 Sep 2024 14:15:51 +0200 Subject: [PATCH] [TASK] Update PHPUnit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e6a9f336..1a3dbfc0 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-iconv": "*" }, "require-dev": { - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.39" + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.40" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS"