- Issue created by @SocialNicheGuru
- 🇮🇳India Raveen Kumar
I think the issue persist here is because of naming convention in the info.yml file. It should be something like this
dependencies:
- drupal:user
- drupal:phone_number - First commit to issue fork.
- 🇮🇳India sarwan_verma
Hi,
I have resolved the composer installation issue and created MR!11.
Kindly review it.
Thanks! - 🇺🇸United States SocialNicheGuru
composer.json is not needed.
in the .info.yml file this needs to be changed from
- user:user
to- drupal:user
a composer.json can do a similar thing
- Status changed to Needs review
30 days ago 11:22am 9 May 2025 - 🇧🇪Belgium seutje Antwerp
Adding patch file with the suggestion in #2
To get composer to install it, add the following to your composer.json:
{ "name": "...", ... "replace": { "drupal/user-user": "*" } }