From 85adf7a5235e9125b92fb49cdb2be7b0491fa6c1 Mon Sep 17 00:00:00 2001 From: paladox Date: Mon, 13 Jan 2025 15:01:50 +0000 Subject: [PATCH] Update phpunit to 9.6 (#5783) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d63f9df904..63bb39a564 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "9.6.21", "justinrainbow/json-schema": "6.0.0" }, "autoload": {