diff --git a/changelog.md b/changelog.md index 1d9ac39..151a3be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +2.6.0 (2020-09-25) +------------------ + +- Add support for Laravel 8 + 2.5.0 (2020-03-04) ------------------ diff --git a/composer.json b/composer.json index 27f5b3b..8f90e64 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "license": "MIT", "require": { - "laravel/framework": "~5.8 || ^6.0 || ^7.0" + "laravel/framework": "~5.8 || ^6.0 || ^7.0 || ^8.0" }, "autoload": { "psr-4": {