Skip to content

Commit

Permalink
Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Mar 20, 2023
1 parent 55a134f commit abf5dbb
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 @@ -18,12 +18,12 @@
}
],
"require": {
"illuminate/database": "~9.0",
"illuminate/support": "~9.0"
"illuminate/database": "~10.0",
"illuminate/support": "~10.0"
},
"require-dev": {
"illuminate/database": "~9.0",
"illuminate/support": "~9.0",
"illuminate/database": "~10.0",
"illuminate/support": "~10.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^7.4"
},
Expand Down

0 comments on commit abf5dbb

Please sign in to comment.