File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 7.0.0 (released 2019-08-28)
4
+
5
+ - Added Laravel 6.0 support
6
+ - Dropped Laravel 5.8 support
7
+
3
8
## 6.0.0 (released 2019-04-03)
4
9
5
10
- Added hashids/hashids 4.0 support
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"php" : " ^7.2" ,
26
- "graham-campbell/manager" : " ^4.2 " ,
26
+ "graham-campbell/manager" : " ^4.3 " ,
27
27
"hashids/hashids" : " ^4.0" ,
28
- "illuminate/contracts" : " 5.8.* " ,
29
- "illuminate/support" : " 5.8.* "
28
+ "illuminate/contracts" : " ^6.0 " ,
29
+ "illuminate/support" : " ^6.0 "
30
30
},
31
31
"require-dev" : {
32
- "graham-campbell/analyzer" : " ^2.1 " ,
33
- "graham-campbell/testbench" : " ^5.2 " ,
32
+ "graham-campbell/analyzer" : " ^2.3 " ,
33
+ "graham-campbell/testbench" : " ^5.3 " ,
34
34
"mockery/mockery" : " ^1.2" ,
35
35
"phpunit/phpunit" : " ^8.0"
36
36
},
39
39
},
40
40
"extra" : {
41
41
"branch-alias" : {
42
- "dev-master" : " 6 .0-dev"
42
+ "dev-master" : " 7 .0-dev"
43
43
},
44
44
"laravel" : {
45
45
"providers" : [
You can’t perform that action at this time.
0 commit comments