Skip to content

Commit

Permalink
improve version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Feb 15, 2022
1 parent 3a01bf3 commit bd624ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All the notable changes to the Laravel Aws Sns package are documented in this file:

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

## v4.0.0 (11-02-2022)
- Added Laravel 9 support and dropped support for Laravel 7 and 8, and PHP 7.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "9.*",
"illuminate/queue": "9.*",
"illuminate/support": "^9.0",
"illuminate/queue": "^9.0",
"aws/aws-php-sns-message-validator": "^1.6"
},
"extra": {
Expand Down

0 comments on commit bd624ae

Please sign in to comment.