From fb32f66752603083d221db469f7c171cc58b5ddb Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Fri, 30 May 2025 17:55:56 +0200 Subject: [PATCH] fix: integraion test Signed-off-by: Luka Trovic --- 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 1ea19fec5..35215b99f 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "~9", - "behat/behat": "~3.14.0", + "behat/behat": "~3.21.1", "guzzlehttp/guzzle": "7.9.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.6.0",