From 615d5ef871f0ae25fdf79705de5c2cbfa7245854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 02:36:19 +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.15.0...v3.18.1) --- updated-dependencies: - dependency-name: behat/behat 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 228e87539..9b3e373a8 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "~9", - "behat/behat": "~3.15.0", + "behat/behat": "~3.18.1", "guzzlehttp/guzzle": "7.9.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.7.0",