diff --git a/changelog.md b/changelog.md index 14aa2fe..129fdcb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +3.1.0 (2022-02-11) +------------------ + +- Add support for Laravel 9 + 3.0.0 (2021-10-06) ------------------ diff --git a/composer.json b/composer.json index fd94b24..31da92d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "license": "MIT", "require": { "php": "^8.0", - "laravel/framework": "^8.0" + "laravel/framework": "^8.0 || ^9.0" }, "autoload": { "psr-4": {