From 5decd0807195c468bdd3ca1fcb6f4b94b836c1e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 00:16:09 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------- | | packagist | phpunit/phpunit | 9.6.5 | 10.0.16 | Signed-off-by: Renovate Bot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73210bd4..b34086fd 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,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" },