- Issue created by @Sonal Gyanani
- Status changed to RTBC
over 2 years ago 1:30pm 23 January 2023
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",
.....
}
Check modules composer.json file or try to download the module using composer you will get an error.
Change type "project" to "drupal-module" in composer.json file.
Create MR and test
N/A
N/A
N/A
1.0
Code