litesaml / lightsaml

MIT License
82 stars 23 forks source link

Compatibility with symfony/http-foundation > 4 #62

Closed amacrobert-meq closed 10 months ago

amacrobert-meq commented 10 months ago

litesaml/lightsaml requires symfony/http-foundation ~2.3|~3.0|~4.0.

Of those constraints, only 4.4 still has security fixes (which end this month).

Additionally, that constraint makes this package incompatible with Symfony 5, 6, or 7 projects that use http-foundation.

I suggest changing the version constraint to ~2.3 | ~3.0 | >=4.0, allowing compatibility with supported versions of symfony/http-foundation without creating a backwards-incompatible change.

I will make a PR.

amacrobert-meq commented 10 months ago

I was mistaken, and only looking at the 1.x releases. Closing.