From 6a342220d3600cb14b1f7bc9dc40abf8f8557122 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 05:50:36 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^10.4.2 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 10.4.1 | 10.4.2 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index faca181..ba3e5c5 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": { "phpstan/phpstan": "^1.10.39", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.4.1", + "phpunit/phpunit": "^10.4.2", "slam/php-cs-fixer-extensions": "^3.9", "slam/php-debug-r": "^1.8.1", "slam/phpstan-extensions": "^6.0.0"