Skip to content

Commit

Permalink
add php 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Jan 6, 2021
1 parent 16d2056 commit c6514b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All the notable changes to the Laravel Aws Sns package are documented in this file:

## v3.0.1 (06-01-2021)
- Added PHP 8 support.

## v3.0.0 (10-09-2020)
- Added Laravel v8.x support.
- Dropped Laravel v6.x support.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require": {
"php": "^7.3",
"php": "^7.4|^8.0",
"illuminate/support": "7.*|8.*",
"illuminate/queue": "7.*|8.*",
"aws/aws-php-sns-message-validator": "^1.6"
Expand Down

0 comments on commit c6514b0

Please sign in to comment.