diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe2587..4997a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ All the notable changes to the Laravel Aws Sns package are documented in this file: +## v2.0.0 (03-03-2020) +- Added Laravel v7.x support. +- Dropped PHP v7.2 support, now PHP v7.3 is the minimum requirement. + ## v1.0.1 (20-11-2019) - Added `awsSnsWebhooks` route helper diff --git a/composer.json b/composer.json index c7c9845..36d6877 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ } }, "require": { - "php": "^7.2", - "illuminate/support": "~6.0", - "illuminate/queue": "~6.0", + "php": "^7.3", + "illuminate/support": "6.*|7.*", + "illuminate/queue": "6.*|7.*", "aws/aws-php-sns-message-validator": "^1.6" }, "extra": {