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

Issue fork rsg-3335808

Command icon Show commands

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:

  • main Comparechanges, plain diff MR !3

Comments

Sonal Gyanani created an issue. See original summary.

Sonal Gyanani’s picture

Assigned: Sonal Gyanani » Unassigned
Status: Active » Needs review

Created MR for the issue.
Please review.
Thanks

sahilgidwani’s picture

Status: Needs review » Reviewed & tested by the community

MR looks perfect.

praveen3555’s picture

Assigned: Unassigned » praveen3555
Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

praveen3555’s picture

Status: Fixed » Closed (fixed)