From 826e8dcea955532aec1e613c3a02e384ac1e206a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 04:08:47 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.16 | 11.0.3 | 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 d25afae..793ba7d 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "laminas/laminas-loader": "^2.9", "mikey179/vfsstream": "^1.6.11", "php-amqplib/php-amqplib": "^2.0 || ^3.4", - "phpunit/phpunit": "^9.5.26", + "phpunit/phpunit": "^11.0.0", "psalm/plugin-phpunit": "^0.18.3", "predis/predis": "^2.0.3", "symfony/yaml": "^6.0.14 || ^7.0.0",