From cbf64efd00ce10de3d7d5f00aeab976cd88db23e Mon Sep 17 00:00:00 2001 From: Sam Arossi Maosa Date: Sun, 13 Sep 2020 07:27:00 +0300 Subject: [PATCH] Refactored README to support laravel 8 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b7d6ea..1ae8831 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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 \ No newline at end of file