Skip to content

Commit

Permalink
add Laravel 11 support (#168)
Browse files Browse the repository at this point in the history
* Update composer.json

* Update composer.json

* Update composer.json

* Update composer.json

* Update composer.json

* Update composer.json
  • Loading branch information
atmonshi authored Mar 1, 2024
1 parent d03a7ba commit e1dd0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.1|^8.2",
"filament/filament": "^3.0",
"illuminate/support": "^9|^10",
"illuminate/support": "^9|^10|^11",
"spatie/laravel-permission": "^5.4|^6.0"
},
"require-dev": {
Expand Down

0 comments on commit e1dd0d7

Please sign in to comment.