Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hz61p1 committed Mar 20, 2024
1 parent d2cfb2b commit 56272a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": "^8",
"illuminate/contracts": "^9 || ^10",
"illuminate/config": "^9 || ^10",
"illuminate/http": "^9 || ^10",
"illuminate/support": "^9 || ^10"
"illuminate/contracts": "^9 || ^10 || ^11",
"illuminate/config": "^9 || ^10 || ^11",
"illuminate/http": "^9 || ^10 || ^11",
"illuminate/support": "^9 || ^10 || ^11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 56272a3

Please sign in to comment.