Skip to content

Commit

Permalink
Support laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lpheller authored Oct 5, 2023
1 parent e3d877f commit e902d4f
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 @@ -9,10 +9,10 @@
}
],
"require": {
"illuminate/support": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/mail": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/mail": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e902d4f

Please sign in to comment.