diff --git a/CHANGELOG.md b/CHANGELOG.md index 106aafb..9caf723 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-concierge` will be documented in this file +## 0.4.0 - 2020-02-28 + +- add laravel 7 support + ## 0.3.2 - 2020-02-01 - add "@concierge" blade directive diff --git a/composer.json b/composer.json index 0f37afa..f5f0a4e 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^7.2", "doctrine/dbal": "^2.10", - "illuminate/support": "^6.0" + "illuminate/support": "^6.0|^7.0" }, "require-dev": { "orchestra/testbench": "^4.0",