Closed (fixed)
Project:
Random String Generator
Version:
1.0.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
23 Jan 2023 at 13:09 UTC
Updated:
12 Jul 2026 at 12:28 UTC
Jump to comment: Most recent
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
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
Sonal Gyanani commentedCreated MR for the issue.
Please review.
Thanks
Comment #4
sahilgidwani commentedMR looks perfect.
Comment #5
praveen3555 commentedComment #7
praveen3555 commented