From 71a39a63cb88a823f4d142756a4f8e2e68c5aac9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 00:54:32 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^10.0.14 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpunit/phpunit | 10.0.13 | 10.0.14 | Signed-off-by: Renovate Bot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7719710..7e95b51 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "phpstan/phpstan": "^1.10.3", "phpstan/phpstan-deprecation-rules": "^1.1.2", "phpstan/phpstan-phpunit": "^1.3.9", - "phpunit/phpunit": "^10.0.13" + "phpunit/phpunit": "^10.0.14" }, "minimum-stability": "stable", "prefer-stable": true,