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/mobile_number_login",
    "description": "Provides the login functionality through mobile number",
    "type": "project",
    .....
}

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

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 !4

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

praveen3555’s picture

Assigned: Unassigned » praveen3555

Thanks Sonal for the update

praveen3555’s picture

Status: Needs review » Fixed
praveen3555’s picture

Status: Fixed » Closed (fixed)