cakephp / authentication

Authentication plugin for CakePHP. Can also be used in PSR7 based applications.
MIT License
115 stars 101 forks source link

Reduce constraint for psr/http-message #643

Closed swiffer closed 8 months ago

swiffer commented 8 months ago

Similar to what has been done here: https://github.com/cakephp/cakephp/pull/17360

Can we reduce this to widen compatibility with other packages?

dereuromark commented 8 months ago

Make a PR and see what happens :)

swiffer commented 8 months ago

@dereuromark, done - but the GitHub Actions Workflow will not install psr/http-message ^1.0 until CakePHP 5.0.2? is released and we are setting this as lower bound for cakephp/authentication i guess.

swiffer commented 8 months ago

@dereuromark can you tag 3.0.3 (since CakePHP 5.0.2 is out now)

swiffer commented 7 months ago

Sorry for asking again - could we have a 3.0.3 release tagged or is something pending @dereuromark ?

dereuromark commented 7 months ago

I usually dont release them @markstory did afaik