From 4154770beea175182359a279079d1c259503eb76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 08:40:43 +0000 Subject: [PATCH] Update dependency phpstan/phpstan-phpunit to ^1.3.10 | datasource | package | from | to | | ---------- | ----------------------- | ----- | ------ | | packagist | phpstan/phpstan-phpunit | 1.3.9 | 1.3.10 | Signed-off-by: Renovate Bot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b723998..e0b7678 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/extension-installer": "^1.2.0", "phpstan/phpstan": "^1.10.3", "phpstan/phpstan-deprecation-rules": "^1.1.2", - "phpstan/phpstan-phpunit": "^1.3.9", + "phpstan/phpstan-phpunit": "^1.3.10", "phpunit/phpunit": "^10.0.14" }, "minimum-stability": "stable",