We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0292b4d commit 04b200fCopy full SHA for 04b200f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
All the notable changes to the Laravel Aws Sns package are documented in this file:
2
3
+## v7.0.0 (13-03-2024)
4
+- min php 8.2
5
+- laravel v11 support
6
+
7
## v4.0.1 (16-02-2022)
8
- improve version constraints
9
composer.json
@@ -22,11 +22,11 @@
22
}
23
},
24
"require": {
25
- "php": "^8.1",
+ "php": "^8.2",
26
"aws/aws-php-sns-message-validator": "^1.6",
27
- "illuminate/http": "^10.0",
28
- "illuminate/queue": "^10.0",
29
- "illuminate/support": "^10.0"
+ "illuminate/http": "^11.0",
+ "illuminate/queue": "^11.0",
+ "illuminate/support": "^11.0"
30
31
"extra": {
32
"laravel": {
0 commit comments