Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #58 from iMi-digital/fix/laravel-mail-requirement
Browse files Browse the repository at this point in the history
fix: illuminate/mail requirement
  • Loading branch information
Biptaste authored Jun 1, 2022
2 parents 26de232 + cef7e8d commit 0f23f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"guzzlehttp/guzzle": "^6.2|^7.0",
"illuminate/mail": "^7.0|^8.0",
"illuminate/mail": "^7.0|^8.0|^9.0",
"sendinblue/api-v3-sdk": "^7.4.4"
},
"require-dev": {
Expand Down

0 comments on commit 0f23f51

Please sign in to comment.