From fb5bc46eab4f1ae867e206665ac5dee965b5f942 Mon Sep 17 00:00:00 2001 From: Simon Peacock Date: Fri, 24 Sep 2021 12:08:14 +0100 Subject: [PATCH] CMS-2192-contrib-modules --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c9dc8fc..48f9f0e 100644 --- a/composer.json +++ b/composer.json @@ -5,10 +5,7 @@ "license": "GPL-2.0+", "minimum-stability": "dev", "prefer-stable": true, - "require": { - "behat/mink": "~1.5", - "drupal/drupal-extension": "^3.1" - }, + "require": { }, "autoload": { "psr-4": {"DennisDigital\\Behat\\Drupal\\Paragraphs\\": "src"} }