- Issue created by @k_a_l
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.
composer require 'drupal/googlelogin-googlelogin:^9.2'
and attempt to install the module. Drupal reports module not found.
Correct the module name mismatch.
Active
9.2
Code