willdurand / BazingaHateoasBundle

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

New Tag for Symfony 6 #102

Closed tobilektri closed 2 years ago

tobilektri commented 2 years ago

In the master master/composer.json there is support for symfony 6.

But in the last Release (2.3.0 Latest) from 14 Oct 2021 the composer.json is still fixed on symfony 5.

The same Problem is on https://github.com/willdurand/Hateoas/blob/63e255bb762fd6fa79d973d99ac669daab56c638/composer.json (Latest, Tag: 3.7.0) where the dependency is

"symfony/expression-language": "~3.0 || ~4.0 || ~5.0"

and in the master branch the version is

"symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0"

Is there a plan when the new versions should be tagged so that composer can pull them with symfony 6 support?

The Problem with the pipeline is imho that the pulled release from willdurand/Hateoas has not the same symfony/expression-language needs with willdurand/BazingaHateoasBundle in the master branch

Thank you very much!

goetas commented 2 years ago

https://github.com/willdurand/BazingaHateoasBundle/releases/tag/2.4.0