From 2dd62db534d7b73810f9df24b279cbb56bdd65ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 08:10:10 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.5.27 | 10.2.3 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c8858fa..576bd79 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "doctrine/coding-standard": "^12.0.0", "laminas/laminas-cache-storage-adapter-memory": "^2.2.0", - "phpunit/phpunit": "^9.5.27", + "phpunit/phpunit": "^10.2.3", "roave/infection-static-analysis-plugin": "^1.27.0", "vimeo/psalm": "^5.4.0" },