diff --git a/CHANGELOG.md b/CHANGELOG.md index c641e13..87968f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index f49aa73..576e427 100644 --- a/composer.json +++ b/composer.json @@ -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": {