From 1490be66496b1cd5a8c74f079cb80bf2176ef365 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:07:11 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to ^9 || 10.2.* || 10.4.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 27388244..02bcd2c5 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3", - "phpunit/phpunit": "^9 || 10.2.*", + "phpunit/phpunit": "^9 || 10.2.* || 10.4.*", "guzzlehttp/psr7": "^2", "php-mock/php-mock-phpunit": "^2.6", "phpstan/phpstan": "^1.10"