Skip to content

Commit

Permalink
Merge pull request #121 from maniekcz/master
Browse files Browse the repository at this point in the history
Updated to Laravel 10
  • Loading branch information
fico7489 authored May 2, 2024
2 parents 7247776 + 056b69a commit 66b0224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FORK to support Laravel 10

![Tests status](https://github.com/fico7489/laravel-eloquent-join/workflows/Test/badge.svg)

# Laravel Eloquent Join
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"illuminate/database": "^8.0|^9.0"
"illuminate/database": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "*",
Expand Down

0 comments on commit 66b0224

Please sign in to comment.