From 8164acf77e04527268a1563639ed8d2d3e448d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 03:23:45 +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/main/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/6.5.0...9.6.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- build/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/composer.json b/build/integration/composer.json index ea2a02bbaeb6c..915925722c10a 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "phpunit/phpunit": "~6.5", + "phpunit/phpunit": "~9.6", "behat/behat": "~3.12.0", "guzzlehttp/guzzle": "7.5.0", "jarnaiz/behat-junit-formatter": "^1.3",