Skip to content

Commit

Permalink
Merge pull request #208 from sharafat/patch-1
Browse files Browse the repository at this point in the history
Compatibility with Laravel 11
  • Loading branch information
jeremykenedy authored Apr 11, 2024
2 parents c8b2a56 + 287d4d9 commit 986430a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jeremykenedy/laravel-roles",
"description": "A Powerful package for handling roles and permissions in Laravel. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0, 8.0 and 9.0.",
"description": "A Powerful package for handling roles and permissions in Laravel. Supports Laravel 5.3 up to 11.",
"keywords": [
"laravel-roles",
"laravel-permissions",
Expand All @@ -24,16 +24,16 @@
}
],
"require": {
"php": "^7.2|^8.0.2|^8.1",
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0|^10.0",
"eklundkristoffer/seedster": "^7.0",
"laravel/helpers": "^1.5"
"php": "^7.2|^8.0|^8.1|^8.2|^8.3",
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0|^10.0|^11.0",
"eklundkristoffer/seedster": "^8.0",
"laravel/helpers": "^1.7"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0|^8.0",
"laravel/tinker": "^2.7",
"illuminate/support": "^8.5|^9.0|^10.0",
"laravel/laravel": "^8.0|^9.0|^10.0"
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"laravel/tinker": "^2.9",
"illuminate/support": "^8.5|^9.0|^10.0|^11.0",
"laravel/laravel": "^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 986430a

Please sign in to comment.