diff --git a/changelog.md b/changelog.md index 296cb15..60b38d6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ CHANGELOG ========= +1.7.0 (2020-09-20) +------------------ + +- Add support for Laravel 8.0 + + 1.6.0 (2020-03-04) ------------------ diff --git a/composer.json b/composer.json index 90c5b50..30f4b91 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require" : { "php" : ">=5.6.4", - "illuminate/support" : "^5.4|^6.0|^7.0", + "illuminate/support" : "^5.4|^6.0|^7.0|^8.0", "forxer/gravatar" : "^2.0" }, "autoload" : {