Skip to content

Commit ed6109d

Browse files
committed
support Laravel 9
1 parent 2161a60 commit ed6109d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Test](https://github.com/codinglabsau/laravel-roles/actions/workflows/run-tests.yml/badge.svg)](https://github.com/codinglabsau/laravel-roles/actions/workflows/run-tests.yml)
55
[![Total Downloads](https://img.shields.io/packagist/dt/codinglabsau/laravel-roles.svg?style=flat-square)](https://packagist.org/packages/codinglabsau/laravel-roles)
66

7-
A simple, flexible roles implementation for Laravel.
7+
A simple, flexible roles implementation for Laravel v6-v9.
88

99
## Installation
1010
### Install with composer

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
"keywords": ["Laravel", "Roles"],
1414
"require": {
1515
"php" : "^7.3|^8.0",
16-
"illuminate/support": "^6.0|^7.0|^8.0"
16+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^8.0|^9.0",
20-
"mockery/mockery": "^1.1",
21-
"orchestra/testbench": "^4.0|^5.0|^6.0",
22-
"sempro/phpunit-pretty-print": "^1.0"
20+
"orchestra/testbench": "^4.0|^5.0|^6.0"
2321
},
2422
"autoload": {
2523
"psr-4": {

0 commit comments

Comments
 (0)