Skip to content

Commit 1b211f7

Browse files
authored
Add support for Laravel 8.x (#7)
Authored-by: Yanis <[email protected]>
1 parent 986cae3 commit 1b211f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ Add the configuration to your mail.php config file:
2929
| Our Version | Supported Laravel Version |
3030
|-------------|---------------------------|
3131
| 1.x.x | 5.5.x |
32-
| 2.x.x | 7.x |
32+
| ^2.0 | 7.x |
33+
| ^2.0.2 | 8.x |

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^7.2.5|^8.0",
2525
"guzzlehttp/guzzle": "^6.3.1|^7.0.1",
26-
"laravel/framework": "^7.0"
26+
"laravel/framework": "^7.0|^8.0"
2727
},
2828
"extra": {
2929
"laravel": {

0 commit comments

Comments
 (0)