File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to `laravel-sluggable` will be documented in this file
4
4
5
5
## 2.3.0 - 2019-12-06
6
6
7
- - drop support for anything below PHP 7.4 and Laravel 5.8
7
+ - drop support for anything below PHP 7.4 and Laravel 6
8
8
9
9
## 2.2.1 - 2019-09-16
10
10
- Changed: Updated Laravel 6 compatibility for future versions
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.4" ,
20
- "illuminate/database" : " ~5.8.0| ^6.0" ,
21
- "illuminate/support" : " ~5.8.0| ^6.0"
20
+ "illuminate/database" : " ^6.0" ,
21
+ "illuminate/support" : " ^6.0"
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ~3.8.0| ^4.0"
24
+ "orchestra/testbench" : " ^4.0"
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments