We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffdadd commit 21c00cbCopy full SHA for 21c00cb
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog for Laravel Security Checker
2
3
+## v2.2.0 (2021-02-03)
4
+A big thank you to @paras-malhotra and Enlightn for helping out this release.
5
+
6
+* switched out travis with github actions, tests will now run in a matrix from Laravel 6 to 8 in combination with PHP 7.3 to 8
7
+* `sensiolabs/security-checker` is abandoned, replaced with successor `enlightn/security-checker`
8
+* allowed PHP 8 in the version constraints
9
+* removed support for Laravel < 6.0, supported versions are now: 6.x to 8.x
10
+* added Spanish language files (thanks @gfmr806)
11
12
## v2.1.0 (2020-09-28)
13
* dropped support for PHP 7.1, minimum version is now PHP 7.2
14
* upgraded `guzzlehttp/guzzle` to a new major version (^v7.0.0)
0 commit comments