amateescu / search_api_solr

11 stars 14 forks source link

Remove solarium from the repo. #78

Closed borisson closed 6 years ago

borisson commented 8 years ago

See https://www.drupal.org/node/2661698#new

Berdir commented 8 years ago

As I said in the issue, IMHO we have to update travis.yml here.

Look at the test results, they're completely messed up now because we still go inside the module folder and run composer install there.

This really should be quite easy. I'd avoid depending on composer_manager or anything, just go to the drupal root folder, run composer require solarium/solarium:3.4.1 and composer update --lock instead.

It's not perfect because it requires us to keep those versions in sync but it's the quickest way for now I think.

borisson commented 6 years ago

Closing this old issue.