From 7f645ea13e2a2587c5559d64aaf99ab706b80f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:29:58 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^11.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.9/ChangeLog-13.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.5.0...13.1.9) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.1.9 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 837bf6c..cefb207 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^11.5", + "phpunit/phpunit": "^13.1", "squizlabs/php_codesniffer": "^4.0", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.0",