Skip to content

Commit

Permalink
Add Laravel Version Requirements to readme and composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Nielsen committed Oct 12, 2023
1 parent 20e0314 commit ddbb35f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ This package works for `SMTP` and `log` drivers.

## Requirements

Laravel 5, 6 or 7
Laravel 5, 6,7 or 8.
Larave 9 and 10 are not supported.

## Installation

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"email": "[email protected]"
}
],
"require": {
"laravel/framework": "^5.0|^6.0|^7.0|^8.0",
},
"require-dev": {
"orchestra/testbench": "^4.0",
"guzzlehttp/guzzle": "^6.4"
Expand Down

0 comments on commit ddbb35f

Please sign in to comment.