From fe0a6df5ce0ce73bae824dd2caaf84f8a6a901a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:26:09 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.10 | 11.0.2 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8adca39..d287b86 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "laminas/laminas-config-aggregator": "^1.14", "laminas/laminas-servicemanager": "^3.22.1", "lctrs/psalm-psr-container-plugin": "^1.10", - "phpunit/phpunit": "^10.5.8", + "phpunit/phpunit": "^11.0.0", "psalm/plugin-phpunit": "^0.18.4", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.8.1",