FriendsOfSymfony / FOSElasticaBundle

Elasticsearch PHP integration for your Symfony project using Elastica.

Home Page:http://friendsofsymfony.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagerfanta v4.x compatibility

czachor opened this issue · comments

Pagerfanta released a new version:

Right now composer throws an error:

friendsofsymfony/elastica-bundle v6.2.0 requires pagerfanta/pagerfanta ^2.4 || ^3.0 -> satisfiable by pagerfanta/pagerfanta[v2.4.
0, ..., v2.7.3, v3.0.0, ..., v3.8.0].

Any plans for an upgrade yet? It looks like a small amount of changes. I can try to do a pull request at some time, but I have little time at the moment so I don't know if I will be able to in the reasonable future.

It shouldn't be more effort than adding 4.0 to the allowed version ranges. The only real B/C breaks in the API are the removed getters in various adapters (which doesn't impact this bundle to my knowledge). The rest is just closing dependency ranges.

Should a new version be published, including pagerfanta/pagerfanta 4 ?
Last stable version 6.3.1 is limited to 3.0 https://packagist.org/packages/friendsofsymfony/elastica-bundle#v6.3.1