Skip to content

Commit

Permalink
Adds laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganTFox committed Mar 18, 2024
1 parent 9369e6d commit 9da542a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": "^8.1",
"illuminate/support": "8.*|9.*|10.*",
"illuminate/console": "8.*|9.*|10.*"
"php": "^8.1|^8.2|^8.3",
"illuminate/support": "8.*|9.*|10.*|11.*",
"illuminate/console": "8.*|9.*|10.*|11.*",
},
"require-dev": {
"mockery/mockery": ">=0.9.9",
Expand Down

0 comments on commit 9da542a

Please sign in to comment.