We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8322fe4 commit 16bfbdcCopy full SHA for 16bfbdc
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog for Laravel Security Checker
2
3
+## v0.3.0 (2018-08-03)
4
+* updated to work on Laravel 5.5.x, 5.6.x and 5.7.x, thanks @jorgenb
5
+* dropped support for PHP 5.x
6
+* added Slack notifications on vulnerabilities, thanks @jorgenb
7
+* renamed LCS_EMAIL_WITHOUT_VULNERABILITIES TO LCS_NOTIFY_WITHOUT_VULNERABILITIES to reflect the Slack notification
8
+
9
## v0.2.2 (2017-07-23)
10
* wrote tests to cover 100% of the package functionality
11
@@ -9,4 +15,4 @@
15
16
## v0.2.0 (2017-07-22)
17
* added configuration option that won't email you when there are no vulnerabilities and it is enabled by default.
12
-* code improvements
18
+* code improvements
0 commit comments