Skip to content

Commit

Permalink
Laravel 6.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
m2de committed Sep 10, 2019
1 parent b36157d commit 485908c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ TLDR; This package provides Users with Roles which are granted access to permiss
| ------- | ----------- |
| <=5.7.x | 1.1.x |
| >=5.8.x | 1.2.x |
| ^6.0 | 1.3.x |

## Installation

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
}
},
"require": {
"php": ">=7.0",
"laravel/framework": ">=5.8"
"php": ">=7.2",
"laravel/framework": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "^3.8",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0",
"squizlabs/php_codesniffer": "^3.1",
"mockery/mockery": "^1.1"
}
Expand Down

0 comments on commit 485908c

Please sign in to comment.