When I attempt to install Mollom in my drupal-composer site by typing "composer require drupal/mollom", a mollom directory gets created in vendor/mollom/client, but nothing is created in web/modules/contrib. Please advise. Thank you!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BenStallings created an issue. See original summary.

eshta’s picture

Mollom's composer file is incorrect and is a leftover from before Drupal solidified the composer approach. We need to fix our composer file to properly define the addon and define the PHP SDK as a dependency (and remove it from the project source code).

Reference: https://www.drupal.org/node/2514612

rachel_norfolk’s picture

Status: Active » Needs review
FileSize
149.08 KB

Well, let's make a start on this by getting rid of that vendor folder...