BitBagCommerce / SyliusElasticsearchPlugin

Elasticsearch integration for Sylius apps.
MIT License
128 stars 90 forks source link

Cannot install due to version conflict #8

Closed jcgdjob closed 6 years ago

jcgdjob commented 6 years ago

I have installed Sylius 1.1.6 and having problem when installing SyliusElasticsearchPlugin: Problem 1

damonsson commented 6 years ago

Problem is because Sylius-Standard (from 1.1.6) had installed pagerfanta/pagerfanta in v2.0.1. Plugin uses FriendsOfSymfony/FOSElasticaBundle which allows only ^1.0.5.

Solution: do composer update pagerfanta/pagerfanta that downgrade it to v1.1.0 and installation Plugin will be possible again.