Skip to content

Commit

Permalink
📦 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Mar 3, 2020
1 parent 6dada01 commit 8356e86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

- Laravel 7.x support

## 2.0.0

- Laravel 6
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^6.0",
"illuminate/support": "^6.0 | ^7.0",
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
Expand Down
10 changes: 8 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ Attention, Mailjet autorise uniquement les SMS transactionnels.
## Requirements

- PHP >= 7.2
- Laravel 6
- Laravel 6.x or 7.x
- Un compte Mailjet avec un token SMS

**See [1.0](https://github.com/404labfr/laravel-mailjet-sms/tree/1.0.2) for Laravel 5.3 to 5.8**
### Laravel support

| Version | Release |
|:-------------:|:-------------:|
| 6.x, 7.x | 2.1 |
| 6.x | 2.0 |
| 5.8...5.3 | 1.0 |

## Installation

Expand Down

0 comments on commit 8356e86

Please sign in to comment.