From 4832f78a58dd8593b8517ff26995da043a5294fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:33:36 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^9 || 10.2.* || 10.3.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2956c094..d42dbaa4 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3", - "phpunit/phpunit": "^9 || 10.2.*", + "phpunit/phpunit": "^9 || 10.2.* || 10.3.*", "guzzlehttp/psr7": "^2", "php-mock/php-mock-phpunit": "^2.6" },