From 1334b2ca4ebf206eda2ff6fca4716dbb8fa00f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 03:45:49 +0000 Subject: [PATCH] Chore(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.0.0/ChangeLog-13.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.0.0...13.0.0) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tests/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/composer.json b/tests/integration/composer.json index c9e2623ff1..3e2572aad8 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "phpunit/phpunit": "~9", + "phpunit/phpunit": "~13", "behat/behat": "~3.26.0", "guzzlehttp/guzzle": "7.9.2", "jarnaiz/behat-junit-formatter": "^1.3",