Skip to content

Commit

Permalink
laravel v11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Mar 13, 2024
1 parent 0292b4d commit 04b200f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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:

## v7.0.0 (13-03-2024)
- min php 8.2
- laravel v11 support

## v4.0.1 (16-02-2022)
- improve version constraints

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}
},
"require": {
"php": "^8.1",
"php": "^8.2",
"aws/aws-php-sns-message-validator": "^1.6",
"illuminate/http": "^10.0",
"illuminate/queue": "^10.0",
"illuminate/support": "^10.0"
"illuminate/http": "^11.0",
"illuminate/queue": "^11.0",
"illuminate/support": "^11.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 04b200f

Please sign in to comment.