Skip to content

Commit

Permalink
Merge pull request #70 from voyula/patch-1
Browse files Browse the repository at this point in the history
Laravel 8 compatibility
  • Loading branch information
benwilkins authored Sep 14, 2020
2 parents 999bcd4 + 6339256 commit aea6e14
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 @@ -17,10 +17,10 @@
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.2|^7.0",
"illuminate/notifications": "~5.3|^6.0|^7.0",
"illuminate/queue": "~5.3|^6.0|^7.0",
"illuminate/support": "~5.3|^6.0|^7.0",
"illuminate/config": "~5.3|^6.0|^7.0"
"illuminate/notifications": "~5.3|^6.0|^7.0|^8.0",
"illuminate/queue": "~5.3|^6.0|^7.0|^8.0",
"illuminate/support": "~5.3|^6.0|^7.0|^8.0",
"illuminate/config": "~5.3|^6.0|^7.0|^8.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
Expand Down

0 comments on commit aea6e14

Please sign in to comment.