We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986cae3 commit 1b211f7Copy full SHA for 1b211f7
README.md
@@ -29,4 +29,5 @@ Add the configuration to your mail.php config file:
29
| Our Version | Supported Laravel Version |
30
|-------------|---------------------------|
31
| 1.x.x | 5.5.x |
32
-| 2.x.x | 7.x |
+| ^2.0 | 7.x |
33
+| ^2.0.2 | 8.x |
composer.json
@@ -23,7 +23,7 @@
23
"require": {
24
"php": "^7.2.5|^8.0",
25
"guzzlehttp/guzzle": "^6.3.1|^7.0.1",
26
- "laravel/framework": "^7.0"
+ "laravel/framework": "^7.0|^8.0"
27
},
28
"extra": {
"laravel": {
0 commit comments