From 175b31a1e87ae7b1d70db0a2bae78eb12603729c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 01:11:30 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.19 | 11.1.3 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0a18c0f..86345fb5 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "doctrine/coding-standard": "^12.0.0", "laminas/laminas-diactoros": "^3.3.1", "laminas/laminas-httphandlerrunner": "^2.10.0", - "phpunit/phpunit": "^9.6.19", + "phpunit/phpunit": "^11.1.3", "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.35.0", "squizlabs/php_codesniffer": "^3.9.2",