Laravel 7 Support
- Added dependabot for dependency management.
- Replaced TravisCI with GitHub Actions.
- Added support for Laravel 7 (#70 #72 #73 thanks @introwit @zupolgec @Pezhvak).
- Dropped support for Laravel 5 and Laravel 6.
- General repo maintenance. Updated PHPUnit and SwiftMailer dependencies.
- Fixed infinite loop when using link tags without
rel=stylesheet
(#68, thanks @sanasol). - Added a couple of missing tests cases.