Skip to content

Commit

Permalink
add support for Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 24, 2018
1 parent 36886c9 commit 92fe489
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `eloquent-sortable` will be documented in this file

## 3.4.3 - 2018-08-24

- add support for Laravel 5.7

## 3.4.2 - 2018-02-08

- add support for L5.6
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
"license": "MIT",
"require": {
"php": ">=7.0",
"illuminate/database": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0"
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"phpunit/phpunit" : "^6.2|^7.0",
"orchestra/testbench": "~3.5.0|~3.6.0"
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 92fe489

Please sign in to comment.