Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Mar 3, 2020
1 parent 4753fa0 commit 06bedd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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:

## 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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 06bedd4

Please sign in to comment.