From 8541b1cd2b947cc1ca9cadf101913f7489f5b7a5 Mon Sep 17 00:00:00 2001 From: Bill Seremetis Date: Thu, 30 Jul 2020 09:01:44 +0300 Subject: [PATCH] Fix compatibility with drupal-extension:4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c9dc8fc..3c7dfb5 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "prefer-stable": true, "require": { "behat/mink": "~1.5", - "drupal/drupal-extension": "^3.1" + "drupal/drupal-extension": "^4.1" }, "autoload": { "psr-4": {"DennisDigital\\Behat\\Drupal\\Paragraphs\\": "src"}