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
Issue fork mobile_number_login-3335628
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:
Comments
Comment #3
Sonal Gyanani commentedCreated MR for the issue.
Please review.
Thanks
Comment #4
praveen3555 commentedThanks Sonal for the update
Comment #6
praveen3555 commentedComment #7
praveen3555 commented