Skip to content

Commit

Permalink
Satisfy for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
sudippalash committed Oct 19, 2024
1 parent 0c82a7c commit 72ba1b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
}
],
"require": {
"spatie/laravel-permission": "^5.5"
"php": "^7.3|^8.3",
"laravel/framework": "^8.0|^9.0|^10.0|^11.0",
"spatie/laravel-permission": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 72ba1b2

Please sign in to comment.