Skip to content

Commit

Permalink
Merge pull request #2 from lBodia/master
Browse files Browse the repository at this point in the history
Laravel 8 support
  • Loading branch information
McCaulay authored Oct 15, 2020
2 parents e1cdfaf + 62e978c commit 473011e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
],
"require": {
"php": "^7.1.3",
"illuminate/support": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0",
"guzzlehttp/guzzle": "~6.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "~6.0|^7.0",
"nesbot/carbon": "^2.31.0"
},
"require-dev": {
Expand Down Expand Up @@ -55,4 +55,4 @@
}
}
}
}
}

0 comments on commit 473011e

Please sign in to comment.