Skip to content

Commit

Permalink
Use Laravel >=5.1 to match Laravel 6.X / 7.X versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed Mar 13, 2020
1 parent 2dd7794 commit fa7e144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and updates the other entries based on the models position value.

## Installation

> Tested in Laravel 5.1 - 5.7, should work in all 5.* releases
> Tested in Laravel 5.1 - 5.7, should work in all 5.*/6.* releases
**Install via composer**

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pion/laravel-eloquent-position",
"description": "Position logic for Eloquent models with minimum setup",
"require": {
"laravel/framework": "5.*"
"laravel/framework": ">=5.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*"
Expand Down

0 comments on commit fa7e144

Please sign in to comment.