Skip to content

Commit

Permalink
Update dependencies, require Laravel Socialite ^4.4 and support Guzzle 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnCZek committed Sep 6, 2020
1 parent da47f44 commit cbbccd6
Show file tree
Hide file tree
Showing 2 changed files with 638 additions and 698 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"require": {
"php": "^7.3",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/guzzle": "^6.5 || ^7.0",
"illuminate/contracts": "^6.0 || ^7.0",
"illuminate/http": "^6.0 || ^7.0",
"illuminate/support": "^6.0 || ^7.0",
"laravel/socialite": "^4.2"
"laravel/socialite": "^4.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.0",
Expand Down
Loading

0 comments on commit cbbccd6

Please sign in to comment.