Incorrectly namespaced module dependencies

Created on 28 December 2023, 11 months ago
Updated 29 January 2024, 10 months ago

Problem/Motivation

dependencies: a list of other modules your module depends on. Dependencies on Drupal core or contrib modules should be namespaced in the format {project}:{module}, where {project} is the project name as it appears in the Drupal.org URL (e.g. drupal.org/project/paragraphs) and {module} is the module's machine name.

https://www.drupal.org/docs/develop/creating-modules/let-drupal-know-about-your-module-with-an-infoyml-file

This causes the webform dependency of the cmrf_webform submodule to not be automatically installed, making it impossible to install the module without manually requiring the Webform module.

📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇳🇱Netherlands frontmobe Amsterdam

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024