From 77ab69e0e61a45a646693e0d1f5cd76eb115f2d7 Mon Sep 17 00:00:00 2001 From: michaellenahan Date: Wed, 18 Aug 2021 15:42:24 +0200 Subject: [PATCH] Remove drupal 8 requirement --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ae575a3..df17860 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,5 @@ "description": "Integration of the Liveramp consent management.", "type": "drupal-module", "license": "GPL-2.0-or-later", - "minimum-stability": "dev", - "require": { - "drupal/core": "8.x" - } + "minimum-stability": "dev" }