From 16d2056b478a6659a6d36085f19083698e146bf9 Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Fri, 11 Sep 2020 00:15:24 +0530 Subject: [PATCH] v3 --- CHANGELOG.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4997a41..b8211f5 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: +## v3.0.0 (10-09-2020) +- Added Laravel v8.x support. +- Dropped Laravel v6.x support. + ## v2.0.0 (03-03-2020) - Added Laravel v7.x support. - Dropped PHP v7.2 support, now PHP v7.3 is the minimum requirement. diff --git a/composer.json b/composer.json index 36d6877..a1eed2d 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ }, "require": { "php": "^7.3", - "illuminate/support": "6.*|7.*", - "illuminate/queue": "6.*|7.*", + "illuminate/support": "7.*|8.*", + "illuminate/queue": "7.*|8.*", "aws/aws-php-sns-message-validator": "^1.6" }, "extra": {