From 2f866578514339e4a0b974a9cad28bfe20578c61 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Thu, 8 Feb 2024 10:07:24 +0100 Subject: [PATCH] Bump PHPUnit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bf8f6766..98a407ba 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-phpunit": "^1.3.13", "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^9.5.10", + "phpunit/phpunit": "^9.6.16", "ramsey/uuid": "^4.2", "symfony/cache": "^5.4" },