Change module type in composer.json

Created on 23 January 2023, over 1 year ago

Problem/Motivation

Need to change project type in composer.json. Currently the type is written as "project", because of which the module cannot be downloaded via composer, it needs to be changed to "drupal-module".

{
  "name": "drupal/rsg",
  "description": "This module will help to generate the string or word or number.",
  "type": "drupal-module",
  .....
}

Steps to reproduce

Check modules composer.json file or try to download the module using composer you will get an error.

Proposed resolution

Change type "project" to "drupal-module" in composer.json file.

Remaining tasks

Create MR and test

User interface changes

N/A

API changes

N/A

Data model changes

N/A

📌 Task
Status

RTBC

Version

1.0

Component

Code

Created by

🇮🇳India Sonal Gyanani

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

Comments & Activities

Production build 0.69.0 2024