Skip to content

Commit

Permalink
Support Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Feb 7, 2022
1 parent cb810be commit 54a1a84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Use this command if you are in PowerShell on Windows (e.g. in VS Code):

## Versions

Laravel | Package
:--------|:----------
5.5–5.7 | 1.7
5.8 | 1.8
6.x | 1.11
7.x | 1.12
8.x | 1.13
9.x | dev-master
| Laravel | Package |
|:--------|:--------|
| 5.5–5.7 | 1.7 |
| 5.8 | 1.8 |
| 6.x | 1.11 |
| 7.x | 1.12 |
| 8.x | 1.13 |
| 9.x | 1.15 |

## Usage

- [HasMany](#hasmany)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require-dev": {
"illuminate/pagination": "^9.0",
"phpunit/phpunit": "^9.5",
"staudenmeir/eloquent-eager-limit": "dev-master"
"staudenmeir/eloquent-eager-limit": "^1.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 54a1a84

Please sign in to comment.