From 6b679bec6916f8f420e828a5a11b55aa3a1662e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 22:02:29 +0000 Subject: [PATCH] build(deps-dev): update phpunit/phpunit requirement 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.3.1/ChangeLog-13.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.0.7...13.3.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.3.1 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 b765f8c..e51cd77 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "nikic/php-parser": "^5.4" }, "require-dev": { - "phpunit/phpunit": "^11.0.7", + "phpunit/phpunit": "^13.3.1", "phpstan/phpstan": "^2.0", "tracy/tracy": "^2.10", "rector/rector": "^2.0"