subfission / cas

Simple CAS Authentication for Laravel 5 - 10.
MIT License
151 stars 70 forks source link

Added Laravel 9 Support #106

Closed nasrulhazim closed 2 years ago

nasrulhazim commented 2 years ago

Additional to Laravel 9 Support, I've added baseline for Unit Test - am using PestPHP for this purpose, to keep this package up-to-date.

nasrulhazim commented 2 years ago

@subfission , anything else require for the PR to be merge?

subfission commented 2 years ago

Added updates in latest version #106. Thank you for your contribution to this project!

Side note: Github Actions should not be included in a PR. Linting and test cases are run locally currently for my project workflows, but feel free to fork and create your private workflows.