From 2a4fdf9807f95b27bc0de68e8a5ff02220ffae37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:57:12 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.13 | 10.4.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b5e7084..c6944f4 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "laminas/laminas-development-mode": "^3.1", "mezzio/mezzio-tooling": "^2.5", "phpspec/prophecy-phpunit": "^2.0.1", - "phpunit/phpunit": "^9.5.26", + "phpunit/phpunit": "^10.0.0", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.7.1" },