Skip to content

Commit

Permalink
Add Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
muffycompo committed Aug 15, 2020
1 parent 3f8306f commit 2744d2b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"keywords": ["laravel", "pepipost","laravel mail driver"],
"license": "MIT",
"require": {
"illuminate/mail": "~5.5",
"guzzlehttp/guzzle": "~5.3|~6.2"
"illuminate/mail": "^7.0",
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"illuminate/container": "~5.5",
"illuminate/filesystem": "~5.5"
"illuminate/container": "^7.0",
"illuminate/filesystem": "^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,6 +24,10 @@
{
"name": "DX",
"email": "[email protected]"
},
{
"name": "Mfawa Alfred Onen",
"email": "[email protected]"
}
],
"support": {
Expand Down

0 comments on commit 2744d2b

Please sign in to comment.