- added support for Laravel 5.8 (thanks @DevDavido!)
- added logging for email and slack commands
- @DevDavido notified me about the SensioLabs Security Checker upgrade, I implemented their changes
- bumped the package to a stable tag, I think it has matured enough now. :-)
- updated to work on Laravel 5.5.x, 5.6.x and 5.7.x, thanks @jorgenb
- dropped support for PHP 5.x
- added Slack notifications on vulnerabilities, thanks @jorgenb
- renamed LCS_EMAIL_WITHOUT_VULNERABILITIES TO LCS_NOTIFY_WITHOUT_VULNERABILITIES to reflect the Slack notification
- wrote tests to cover 100% of the package functionality
- fixed a bug in the email where the CVE wasn't displayed correctly
- added DE and NL languages. thanks @mijndert
- added configuration option that won't email you when there are no vulnerabilities and it is enabled by default.
- code improvements