From 72f1ef5fb25ba20cbae51a8ba62b07cb340c0bcc Mon Sep 17 00:00:00 2001 From: Tasneem Natshah <t.natshah@gmail.com> Date: Wed, 4 Oct 2023 02:09:19 +0300 Subject: [PATCH] Issue #3391458: Initialize the module and add access permission for PROJECTS views and FEATURES view --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 564f3db..d6851f4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "cucumber_core", + "name": "drupal/cucumber_core", "type": "drupal-module", "description": "Cucumber Core module", "keywords": [ @@ -9,5 +9,8 @@ "support": { "issues": "https://www.drupal.org/project/issues/cucumber_core", "source": "http://cgit.drupalcode.org/cucumber_core" + }, + "require": { + "drupal/core": "^9 || ^10" } } -- GitLab