Skip to content

Commit 04b200f

Browse files
committed
laravel v11 support
1 parent 0292b4d commit 04b200f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
All the notable changes to the Laravel Aws Sns package are documented in this file:
22

3+
## v7.0.0 (13-03-2024)
4+
- min php 8.2
5+
- laravel v11 support
6+
37
## v4.0.1 (16-02-2022)
48
- improve version constraints
59

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
}
2323
},
2424
"require": {
25-
"php": "^8.1",
25+
"php": "^8.2",
2626
"aws/aws-php-sns-message-validator": "^1.6",
27-
"illuminate/http": "^10.0",
28-
"illuminate/queue": "^10.0",
29-
"illuminate/support": "^10.0"
27+
"illuminate/http": "^11.0",
28+
"illuminate/queue": "^11.0",
29+
"illuminate/support": "^11.0"
3030
},
3131
"extra": {
3232
"laravel": {

0 commit comments

Comments
 (0)