File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments