File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 22
33All Notable changes to ` laravel-permission-mongodb ` will be documented in this file.
44
5+ ## 3.1.0 - 2020-10-04
6+
7+ ### Added
8+ - Support of Laravel 8.x
9+
510## 3.0.0 - 2020-09-27
611
712### Added
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ $user->can('edit articles');
3535
3636## Table of contents
3737* [ Installation] ( #installation )
38+ * [ Laravel Compatibility] ( #laravel-compatibility )
3839 * [ Laravel] ( #laravel )
3940 * [ Lumen] ( #lumen )
4041* [ Usage] ( #usage )
@@ -63,6 +64,15 @@ $user->can('edit articles');
6364
6465## Installation
6566
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+
6676### Laravel
6777
6878You can install the package via composer:
Original file line number Diff line number Diff line change 3131 ],
3232 "require" : {
3333 "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 " ,
3737 "jenssegers/mongodb" : " ^3.0"
3838 },
3939 "require-dev" : {
You can’t perform that action at this time.
0 commit comments