From a824a8236b03c02fbdf89c871c90332b90256bf9 Mon Sep 17 00:00:00 2001 From: zagrad Date: Mon, 27 Jun 2022 17:28:15 +0200 Subject: [PATCH] Fix drupal-extension requirement With version 3.x the `bin/behat --init` command fails. --- doc/_static/snippets/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_static/snippets/composer.json b/doc/_static/snippets/composer.json index 67a5b38a..38a582bb 100644 --- a/doc/_static/snippets/composer.json +++ b/doc/_static/snippets/composer.json @@ -1,6 +1,6 @@ { "require": { - "drupal/drupal-extension": "^3.2" + "drupal/drupal-extension": "^4.2" }, "config": { "bin-dir": "bin/"