- Add Laravel 11 support
- Add Laravel 10 support
- Add Laravel 9 support
- Add PHP 8 support
- Updated for Laravel 8.
- Updated for Laravel 7.
- BC Break: PHP 7.2 is the minimum required PHP version
- BC Break: Laravel 6.0 is the minimum supported Laravel version
REVISED
- Update service provider for Laravel 5.4 support.
FIXED
- A bug on FileSessionHandler instantation when using the native bootstrapper.
REVISED
- Use
singleton
instead ofbindShared
to support Laravel 5.2.x.
- Updated for Laravel 5.
- Initial stable release.