From d74558468387e0a7d23cdf68b1f1be7e7bf08915 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 2 Mar 2024 12:53:12 +0100 Subject: [PATCH] tests: fix deprecation from PHPUnit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab9f4b442..d2e3a814d 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^9.6.17", "symfony/http-client": "^5.4 || ^6.4 || ^7.0", "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" },