integer-net / solr-magento1

Free Solr Module for Magento 1 for greatly improved search results
GNU Lesser General Public License v3.0
48 stars 12 forks source link

Update dependencies #52

Open schmengler opened 6 years ago

schmengler commented 6 years ago

Currently, solr-base ^3.0.0 is required, it should be ^3.2.2

Wercker still runs on PHP 5.5, should be updated to PHP 5.6. We want to keep PHP 5.6 compatibility for the Magento 1 module, but testing with PHP 5.5 should be dropped.

The current combination results in CI failures because 3.2.0-alpha actually needs PHP 7, a requirement that has been dropped later, together with an explicit dependency on PHP ^5.6|^7.0|^7.1|^7.2