Skip to content

Commit

Permalink
add compatibility to README
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ichikawa committed Mar 15, 2024
1 parent 5a96a84 commit af9c934
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This library extends the original Laravel classes, so it uses exactly the same m
To use this package required your [Sendgrid Api Key](https://sendgrid.com/docs/User_Guide/Settings/api_keys.html).
Please make it [Here](https://app.sendgrid.com/settings/api_keys).


### Compatibility

| Laravel | laravel-sendgrid-driver |
|-----------| ---- |
| 9, 10, 11 | ^4.0 |
| 7, 8 | ^3.0 |
| 5, 6 | ^2.0 |

# Install (for [Laravel](https://laravel.com/))

Add the package to your composer.json and run composer update.
Expand Down

0 comments on commit af9c934

Please sign in to comment.