From 1ea159a716e7c1e977fddeb2ce3905514339b7e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 10:43:39 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 11.5.11 | 12.0.7 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4e08b07..5237d2b 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require-dev": { "azjezz/psl": "^3.2", "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^11.5.11", + "phpunit/phpunit": "^12.0.7", "psalm/plugin-phpunit": "^0.19.2" }, "autoload": {