From d79c3963f93f589be9c8e1d42389eca384cb7dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:04:04 +0000 Subject: [PATCH] Update behat/behat requirement in /build/integration Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: behat/behat 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 5ae31af757847..7c1b4fef6d9fa 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "^9", "dms/phpunit-arraysubset-asserts": "^0.4", - "behat/behat": "~3.10.0", + "behat/behat": "~3.11.0", "guzzlehttp/guzzle": "7.4.5", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.4.0",