Skip to content

Commit

Permalink
Support for Laravel 8 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelanderK authored Oct 8, 2020
1 parent b2569b5 commit 17c6479
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 @@ -13,10 +13,10 @@
],
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.3",
"illuminate/events": "~5.5 || ~6.0 || ~7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0"
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
Expand Down

0 comments on commit 17c6479

Please sign in to comment.