Skip to content

Commit bd624ae

Browse files
committed
improve version constraints
1 parent 3a01bf3 commit bd624ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## v4.0.1 (16-02-2022)
4+
- improve version constraints
5+
36
## v4.0.0 (11-02-2022)
47
- Added Laravel 9 support and dropped support for Laravel 7 and 8, and PHP 7.
58

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"require": {
2525
"php": "^8.0",
26-
"illuminate/support": "9.*",
27-
"illuminate/queue": "9.*",
26+
"illuminate/support": "^9.0",
27+
"illuminate/queue": "^9.0",
2828
"aws/aws-php-sns-message-validator": "^1.6"
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)