From 340c7338031338aba47c41836e335bf9a5ef0216 Mon Sep 17 00:00:00 2001 From: freek Date: Wed, 27 Feb 2019 01:18:34 +0100 Subject: [PATCH] wip --- CHANGELOG.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87968f9..b901a23 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.4 - 2019-02-27 + +- add support for Laravel 5.8 + ## 3.4.3 - 2018-08-24 - add support for Laravel 5.7 diff --git a/composer.json b/composer.json index 576e427..94d7cb0 100644 --- a/composer.json +++ b/composer.json @@ -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": {