From 1665271d504f1ac957a4a484eb9f8e44aeaaf5bd Mon Sep 17 00:00:00 2001 From: Craig Duncan Date: Sun, 24 Nov 2024 11:47:57 +0000 Subject: [PATCH] Upgrade phpunit to a version compatible with PHP 8.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f7cf58a..f6df85e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "mockery/mockery": "^1.6.12", "mikey179/vfsstream": "^1.6.12", "squizlabs/php_codesniffer": "^3.10", - "phpunit/phpunit": "^9.5.10" + "phpunit/phpunit": "^9.6.21" }, "suggest": { "ext-mbstring": "If ext-mbstring is not available you MUST install symfony/polyfill-mbstring"