From 260f47ba4fa7fb468d4c87b8a79f826fd757c6f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 02:41:53 +0000 Subject: [PATCH] Update dependency phpstan/phpstan-phpunit to ^1.3.9 | datasource | package | from | to | | ---------- | ----------------------- | ----- | ----- | | packagist | phpstan/phpstan-phpunit | 1.3.8 | 1.3.9 | Signed-off-by: Renovate Bot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32fa361..9bbdea0 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.8", + "phpstan/phpstan-phpunit": "^1.3.9", "phpunit/phpunit": "^10.0.13" }, "suggest": {