We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a01bf3 commit bd624aeCopy full SHA for bd624ae
CHANGELOG.md
@@ -1,5 +1,8 @@
1
All the notable changes to the Laravel Aws Sns package are documented in this file:
2
3
+## v4.0.1 (16-02-2022)
4
+- improve version constraints
5
+
6
## v4.0.0 (11-02-2022)
7
- Added Laravel 9 support and dropped support for Laravel 7 and 8, and PHP 7.
8
composer.json
@@ -23,8 +23,8 @@
23
},
24
"require": {
25
"php": "^8.0",
26
- "illuminate/support": "9.*",
27
- "illuminate/queue": "9.*",
+ "illuminate/support": "^9.0",
+ "illuminate/queue": "^9.0",
28
"aws/aws-php-sns-message-validator": "^1.6"
29
30
"extra": {
0 commit comments