From 43a471c897ddad1ae1b64c35f4bb66f41e7cf9df Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Fri, 30 May 2025 17:59:29 +0200 Subject: [PATCH] fix: integraion test Signed-off-by: Luka Trovic --- tests/integration/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/composer.json b/tests/integration/composer.json index 1ea19fec5..371f478b5 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -2,6 +2,7 @@ "require-dev": { "phpunit/phpunit": "~9", "behat/behat": "~3.14.0", + "behat/gherkin": "4.11.0", "guzzlehttp/guzzle": "7.9.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.6.0",