diff --git a/CHANGELOG.md b/CHANGELOG.md index f0af0a0..4972a94 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `laravel-feed` will be documented in this file +## 2.0.2 - 2018-02-08 +- Add support for Laravel 5.6 + ## 2.0.1 - 2017-01-30 - Fixed item sorting diff --git a/composer.json b/composer.json index cefa81a..156cf4c 100644 --- a/composer.json +++ b/composer.json @@ -31,12 +31,12 @@ ], "require": { "php" : "^7.0", - "illuminate/support": "~5.5.0", + "illuminate/support": "~5.5.0|~5.6.0", "nesbot/carbon": "^1.0" }, "require-dev": { - "orchestra/testbench": "~3.5.0", - "phpunit/phpunit": "^6.0", + "orchestra/testbench": "~3.5.0|~3.6.0", + "phpunit/phpunit": "^6.0|^7.0", "spatie/phpunit-snapshot-assertions": "^1.0" }, "autoload": {