diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2a304..ac62514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ All the notable changes to the Laravel Aws Sns package are documented in this file: +## v4.0.0 (11-02-2022) +- Added Laravel 9 support and dropped support for Laravel 7 and 8, and PHP 7. + ## v3.0.1 (06-01-2021) - Added PHP 8 support. diff --git a/composer.json b/composer.json index 7b99900..96ab46b 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ } }, "require": { - "php": "^7.4|^8.0", - "illuminate/support": "7.*|8.*", - "illuminate/queue": "7.*|8.*", + "php": "^8.0", + "illuminate/support": "9.*", + "illuminate/queue": "9.*", "aws/aws-php-sns-message-validator": "^1.6" }, "extra": {