Currently honeypot can not be installed via composer, because the package can not be found on https://packagist.org/search/?q=drupal%2Fhoneypot

Comments

michaelmol created an issue. See original summary.

geerlingguy’s picture

Priority: Major » Normal
Status: Active » Closed (works as designed)

Honeypot (and all other Drupal modules hosted on Drupal.org) is only available via the Drupal Packagist (see: https://www.drupal.org/docs/develop/using-composer/using-packagesdrupalorg). You have to add the packages.drupal.org repository, then you should be able to install via composer require drupal/honeypot.

geerlingguy’s picture

Category: Bug report » Support request