Skip to content

Commit

Permalink
Merge pull request #120 from mostafamaklad/v3.1
Browse files Browse the repository at this point in the history
V3.1
  • Loading branch information
mostafamaklad committed Oct 4, 2020
2 parents 669cfad + 5e268ff commit 8046ea7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All Notable changes to `laravel-permission-mongodb` will be documented in this file.

## 3.1.0 - 2020-10-04

### Added
- Support of Laravel 8.x

## 3.0.0 - 2020-09-27

### Added
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ $user->can('edit articles');

## Table of contents
* [Installation](#installation)
* [Laravel Compatibility](#laravel-compatibility)
* [Laravel](#laravel)
* [Lumen](#lumen)
* [Usage](#usage)
Expand Down Expand Up @@ -63,6 +64,15 @@ $user->can('edit articles');

## Installation

### Laravel Compatibility

Laravel | Package
:---------|:----------
5.x | 1.x or 2.x or 3.x
6.x | 2.x or 3.x
7.x | 3.x
8.x | 3.1.x

### Laravel

You can install the package via composer:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
],
"require": {
"php": ">=7.2",
"illuminate/auth": "^6.0|^7.0",
"illuminate/container": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0",
"illuminate/auth": "^6.0|^7.0|^8.0",
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"jenssegers/mongodb": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 8046ea7

Please sign in to comment.