Module name duplicated when adding as a composer dependency

Created on 31 May 2024, 30 days ago

Problem/Motivation

The module name seems to be "googlelogin", but it's listed as "googlelogin-googlelogin" from the module page via composer require 'drupal/googlelogin-googlelogin:^9.2'. This will seemingly cause issues with my remote composer builds.

Attempting to add the proper name so that Drupal will install the module produces a composer problem:
Root composer.json requires drupal/googlelogin ^9.2, found drupal/googlelogin[dev-1.x, 1.x-dev (alias of dev-1.x), 2.0.0] but it does not match the constraint.

Steps to reproduce

composer require 'drupal/googlelogin-googlelogin:^9.2' and attempt to install the module. Drupal reports module not found.

Proposed resolution

Correct the module name mismatch.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

9.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States k_a_l

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024