From 5e2de70751b5f378e3a2128c94f23509968e4dc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:26:30 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 12.5.12 | 13.0.5 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ca867552..ea153653 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "doctrine/coding-standard": "^14.0.0", "justinrainbow/json-schema": "^6.7.2", "php-standard-library/psalm-plugin": "^2.3.0", - "phpunit/phpunit": "^12.5.12", + "phpunit/phpunit": "^13.0.5", "psalm/plugin-phpunit": "^0.19.5", "roave/infection-static-analysis-plugin": "^1.43.0", "roave/security-advisories": "dev-master",