cakephp / authentication

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

Switch to cake 5 and fix types #545

Closed othercorey closed 2 years ago

othercorey commented 2 years ago

These are all the changes required to run with the 5.x cakephp branch.

This does not include fixing the code-sniffer issues which are a much larger change that adds native types to everything.

ADmad commented 2 years ago

The errors reported by phpcs were not fixable?

othercorey commented 2 years ago

The errors reported by phpcs were not fixable?

Large change that required several other changes to fix unit tests. Will make a separate PR.