Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Sep 10, 2020
1 parent 06bedd4 commit 16d2056
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 16d2056

Please sign in to comment.