Skip to content

Commit

Permalink
Add illuminate/database to require
Browse files Browse the repository at this point in the history
  • Loading branch information
miguilimzero committed Mar 6, 2023
1 parent 0054792 commit a219357
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
}
],
"require": {
"illuminate/support": "^9.0|^10.2",
"illuminate/config": "^9.0|^10.2",
"illuminate/console": "^9.0|^10.2",
"illuminate/config": "^9.0|^10.2"
"illuminate/database": "^9.0|^10.2",
"illuminate/support": "^9.0|^10.2"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit a219357

Please sign in to comment.