File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to `laravel-love` will be documented in this file.
44
55## [ Unreleased]
66
7+ ## Removed
8+
9+ - ([ #196 ] ) Dropped Laravel 5.7 support
10+ - ([ #196 ] ) Dropped Laravel 5.8 support
11+
12+ ## Fixed
13+
14+ - ([ #196 ] ) Fixed CVE-2021 -21263 vulnerability
15+ - ([ #196 ] ) Fixed GHSA-x7p5 -p2c9-phvg vulnerability
16+
717## [ 8.7.1] - 2020-12-06
818
919### Fixed
@@ -515,6 +525,7 @@ Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to
515525[ 1.1.1 ] : https://github.com/cybercog/laravel-love/compare/1.1.0...1.1.1
516526[ 1.1.0 ] : https://github.com/cybercog/laravel-love/compare/1.0.0...1.1.0
517527
528+ [ #196 ] : https://github.com/cybercog/laravel-love/pull/196
518529[ #187 ] : https://github.com/cybercog/laravel-love/pull/187
519530[ #186 ] : https://github.com/cybercog/laravel-love/pull/186
520531[ #185 ] : https://github.com/cybercog/laravel-love/pull/185
Original file line number Diff line number Diff line change 4747 },
4848 "require" : {
4949 "php" : " ^7.1.3|^8.0" ,
50- "illuminate/database" : " 5.7.*|5.8.*| ^6.0 |^7.0 |^8.0 " ,
51- "illuminate/support" : " 5.7.*|5.8.*| ^6.0|^7.0|^8.0"
50+ "illuminate/database" : " ^6.20.14 |^7.30.4 |^8.24 " ,
51+ "illuminate/support" : " ^6.0|^7.0|^8.0"
5252 },
5353 "require-dev" : {
5454 "mockery/mockery" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments