diff --git a/README.md b/README.md index 1ff48fb..96e2cc3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 186bf4f..153f412 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "illuminate/database": "^8.0|^9.0" + "illuminate/database": "^8.0|^9.0|^10.0" }, "require-dev": { "orchestra/testbench": "*",