From 0d6a1919e8ebab07ba4b51b766773d3cf55f6034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 01:44:13 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^10.1.1 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 10.1.0 | 10.1.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd1d050..35c8ba8 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "phpstan/phpstan": "^1.10.13", "phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-phpunit": "^1.3.11", - "phpunit/phpunit": "^10.1.0" + "phpunit/phpunit": "^10.1.1" }, "suggest": { "laminas/laminas-modulemanager": "Required for Module Integration",