From ac84a873643343cd59f1fa34a887fabdd80b8ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:27:38 +0000 Subject: [PATCH] fix(deps-dev): Update phpunit/phpunit requirement from ^13.0 to ^13.1 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.1.7/ChangeLog-13.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/13.0.0...13.1.7) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.1.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f41bd3d..fc3f150 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ergebnis/phpstan-rules": "^2.13.0", "lcobucci/clock": "^3.0", "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^13.0", + "phpunit/phpunit": "^13.1", "symfony/serializer": "^6.0|^7.0|^8.0", "twig/twig": "^3.0", "roave/backward-compatibility-check": "^8.2"