diff --git a/CHANGELOG.md b/CHANGELOG.md index a78b01f..2aeb17d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `laravel-feed` will be documented in this file +## 2.1.1 - 2018-08-27 +- Add support for Laravel 5.7 + ## 2.1.0 - 2018-06-42 - Add `view` config option diff --git a/composer.json b/composer.json index 156cf4c..396d575 100644 --- a/composer.json +++ b/composer.json @@ -31,11 +31,11 @@ ], "require": { "php" : "^7.0", - "illuminate/support": "~5.5.0|~5.6.0", + "laravel/framework": "~5.5.0|~5.6.0|~5.7.0", "nesbot/carbon": "^1.0" }, "require-dev": { - "orchestra/testbench": "~3.5.0|~3.6.0", + "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0", "phpunit/phpunit": "^6.0|^7.0", "spatie/phpunit-snapshot-assertions": "^1.0" },