From 5ed520a54f7cc4766d787a5530c886773180b4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:03:51 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^10.5 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.8/ChangeLog-13.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.0...13.1.8) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.1.8 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 22a657fb..86dbaa57 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "cmd/s2c" ], "require-dev": { - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^13.1", "vimeo/psalm": "^6.14.3", "phpstan/phpstan": "^2.1.2", "phpspec/prophecy": "^1.17",