Skip to content

Commit

Permalink
add support for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bambamboole committed Mar 30, 2024
1 parent 40024b1 commit 633ac5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"illuminate/translation": "^9.0|^10.0"
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/translation": "^9.0|^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.8",
Expand Down

0 comments on commit 633ac5c

Please sign in to comment.