From 88be41b7cb645c1d31a7fa6b33d7c1bcac181eb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 05:07:41 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.5.7 | 12.0.1 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de360c6..444fe00 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "require-dev": { "doctrine/coding-standard": "^12.0", "laminas/laminas-servicemanager": "^3.23.0 || ^4.3.0", - "phpunit/phpunit": "^11.5.5", + "phpunit/phpunit": "^12.0.0", "psalm/plugin-phpunit": "^0.19.2", "roave/security-advisories": "dev-latest", "vimeo/psalm": "^6.0.0"