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