Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 27, 2019
1 parent f62a881 commit 340c733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.4 - 2019-02-27

- add support for Laravel 5.8

## 3.4.3 - 2018-08-24

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

0 comments on commit 340c733

Please sign in to comment.