From f0258e87821987ed4c39c6951cad0c8d37c7fd64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 04:29:47 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 12.5.14 | 13.0.5 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dba03410..ec77098a 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "php-standard-library/hash": "^6.0", "php-standard-library/secure-random": "^6.0", "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",