willdurand / BazingaHateoasBundle

Integration of the Hateoas library into Symfony.
MIT License
294 stars 59 forks source link

Adding jsm/serializer-bundle 3.0 as supported #81

Closed bglamer closed 5 years ago

bglamer commented 5 years ago

jms/serializer-bundle just bumped to version 3.0 with full backwards compatibility. Currently it is not possible to install HateoasBundle because of this conflict:

Problem 1
    - Installation request for willdurand/hateoas-bundle ^1.4 -> satisfiable by willdurand/hateoas-bundle[1.4.0].
    - willdurand/hateoas-bundle 1.4.0 requires jms/serializer-bundle ~1.0 || ^2.0 -> satisfiable by jms/serializer-bundle[1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.x-dev] but these conflict with your requirements or minimum-stability.
goetas commented 5 years ago

It is not that easy. Jms serializer 2.0 is different from 1.0 for some aspects, and this bundle needs a proper update.

Work in progress in https://github.com/willdurand/Hateoas/pull/261and https://github.com/willdurand/Hateoas/issues/266