File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All Notable changes to ` laravel-permission-mongodb ` will be documented in this file.
4
4
5
+ ## 3.1.0 - 2020-10-04
6
+
7
+ ### Added
8
+ - Support of Laravel 8.x
9
+
5
10
## 3.0.0 - 2020-09-27
6
11
7
12
### Added
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ $user->can('edit articles');
35
35
36
36
## Table of contents
37
37
* [ Installation] ( #installation )
38
+ * [ Laravel Compatibility] ( #laravel-compatibility )
38
39
* [ Laravel] ( #laravel )
39
40
* [ Lumen] ( #lumen )
40
41
* [ Usage] ( #usage )
@@ -63,6 +64,15 @@ $user->can('edit articles');
63
64
64
65
## Installation
65
66
67
+ ### Laravel Compatibility
68
+
69
+ Laravel | Package
70
+ :---------|:----------
71
+ 5.x | 1.x or 2.x or 3.x
72
+ 6.x | 2.x or 3.x
73
+ 7.x | 3.x
74
+ 8.x | 3.1.x
75
+
66
76
### Laravel
67
77
68
78
You can install the package via composer:
Original file line number Diff line number Diff line change 31
31
],
32
32
"require" : {
33
33
"php" : " >=7.2" ,
34
- "illuminate/auth" : " ^6.0|^7.0" ,
35
- "illuminate/container" : " ^6.0|^7.0" ,
36
- "illuminate/contracts" : " ^6.0|^7.0" ,
34
+ "illuminate/auth" : " ^6.0|^7.0|^8.0 " ,
35
+ "illuminate/container" : " ^6.0|^7.0|^8.0 " ,
36
+ "illuminate/contracts" : " ^6.0|^7.0|^8.0 " ,
37
37
"jenssegers/mongodb" : " ^3.0"
38
38
},
39
39
"require-dev" : {
You can’t perform that action at this time.
0 commit comments