From cc93386da60c20fa8c7735da00488a91efe37076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 02:17:23 +0000 Subject: [PATCH] Chore(deps-dev): Update behat/behat requirement in /tests/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.22.0...v3.23.0) --- updated-dependencies: - dependency-name: behat/behat dependency-version: 3.23.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 259bfea5a..603d569ee 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "~9", - "behat/behat": "~3.22.0", + "behat/behat": "~3.23.0", "guzzlehttp/guzzle": "7.9.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.7.0",