From ff6426afa70c20df637e7065c67d11746e21daab Mon Sep 17 00:00:00 2001 From: Omar Mohamad - El Hassan Lopesino Date: Mon, 20 Nov 2023 10:37:14 +0100 Subject: [PATCH] Require drupal-behat 1.3 or higher It is needed to require this version as it has the changes so that behat contexts is fully compatible with drupal 10. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 34d6a18..b6a6ab9 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "nuvoleweb/drupal-behat": "^1.2", + "nuvoleweb/drupal-behat": "^1.3", "symfony/console": "^4 || ^5 || ^6" }, "autoload": {