willdurand / BazingaHateoasBundle

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

Test against php 7.3 and php 7.4 #88

Closed W0rma closed 4 years ago

W0rma commented 4 years ago

jms/serializer < 3.2 causes some deprecations on php7.4. willdurand/hateoas already bumped the version of jms/serializer to ^3.2.

@goetas Maybe you can tag a new release of https://github.com/willdurand/Hateoas - then we can bump the version of 'willdurand/hateoas` to the new release and thus fix the php7.4 deprecations.

goetas commented 4 years ago

Maybe you can tag a new release of https://github.com/willdurand/Hateoas - then we can bump the version of 'willdurand/hateoas` to the new release and thus fix the php7.4 deprecations.

done

W0rma commented 4 years ago

Thank you. Tests are green now

goetas commented 4 years ago

Thanks!