From 289a753c55b13f99333d6a9238983f08cfa0bd32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 07:53:57 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------- | | packagist | phpunit/phpunit | 9.5.27 | 10.0.14 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6bb955..293a993 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.14", "roave/infection-static-analysis-plugin": "^1.27.0", "vimeo/psalm": "^5.4.0" },