Skip to content

Commit

Permalink
Refactored README to support laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 authored and subfission committed Sep 16, 2020
1 parent b2160f0 commit cbf64ef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CAS
Simple CAS Authentication for Laravel 6-7.x.
Simple CAS Authentication for Laravel 6-8.x.

This version of CAS, or Central Authentication Service, is designed to integrate with Laravel 6-7 projects that need to implement SSO.
This version of CAS, or Central Authentication Service, is designed to integrate with Laravel 6-8 projects that need to implement SSO.
Older version of Laravel may work, but are untested. This package was built for my
necessity but can be easily used for anyone requiring CAS/SAML SSO in Laravel 6+. This package is different in mindset as the
goal in this project is to be as minimal as possible while offering as much flexibility as needed.
Expand All @@ -12,6 +12,7 @@ Check out the [wiki](https://github.com/subfission/cas/wiki) for further details


## Updates
* Support added for Laravel 8.x
* Support added for Laravel 7.x
* Updated for Laravel 6.x
* Dropped support for PHP 5.x
Expand All @@ -31,6 +32,4 @@ Check out the [wiki](https://github.com/subfission/cas/wiki) for further details
* Backwards compatible (for the most part)
* More configuration options in the config file available
* Masquerading as a user now supported
* Tested and working with PHP 7.x


* Tested and working with PHP 7.x

0 comments on commit cbf64ef

Please sign in to comment.