Fix for Google OAuth

This commit is contained in:
Hillel Coren 2019-02-19 13:18:13 +02:00
parent 64b8c599a2
commit d7966689cf
2 changed files with 11 additions and 8 deletions

View File

@ -43,7 +43,7 @@
"laracasts/presenter": "dev-master", "laracasts/presenter": "dev-master",
"laravel/framework": "5.4.*", "laravel/framework": "5.4.*",
"laravel/legacy-encrypter": "^1.0", "laravel/legacy-encrypter": "^1.0",
"laravel/socialite": "~3.0", "laravel/socialite": "3.0.x-dev",
"laravel/tinker": "^1.0", "laravel/tinker": "^1.0",
"laravelcollective/html": "5.4.*", "laravelcollective/html": "5.4.*",
"league/csv": "^9.1", "league/csv": "^9.1",

17
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3941c02a6f699e961cc06e1e4cbfd08b", "content-hash": "63453d6f86ab48ae0c8afb63a1845d76",
"packages": [ "packages": [
{ {
"name": "abdala/omnipay-pagseguro", "name": "abdala/omnipay-pagseguro",
@ -4473,16 +4473,16 @@
}, },
{ {
"name": "laravel/socialite", "name": "laravel/socialite",
"version": "v3.0.9", "version": "3.0.x-dev",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/socialite.git", "url": "https://github.com/laravel/socialite.git",
"reference": "fc1c8d415699e502f3e61cbc61e3250d5bd942eb" "reference": "79316f36641f1916a50ab14d368acdf1d97e46de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/socialite/zipball/fc1c8d415699e502f3e61cbc61e3250d5bd942eb", "url": "https://api.github.com/repos/laravel/socialite/zipball/79316f36641f1916a50ab14d368acdf1d97e46de",
"reference": "fc1c8d415699e502f3e61cbc61e3250d5bd942eb", "reference": "79316f36641f1916a50ab14d368acdf1d97e46de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4491,7 +4491,7 @@
"illuminate/http": "~5.4", "illuminate/http": "~5.4",
"illuminate/support": "~5.4", "illuminate/support": "~5.4",
"league/oauth1-client": "~1.0", "league/oauth1-client": "~1.0",
"php": ">=5.4.0" "php": ">=5.6.4"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~0.9", "mockery/mockery": "~0.9",
@ -4527,11 +4527,12 @@
} }
], ],
"description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.", "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
"homepage": "https://laravel.com",
"keywords": [ "keywords": [
"laravel", "laravel",
"oauth" "oauth"
], ],
"time": "2017-11-06T16:02:48+00:00" "time": "2018-12-21T14:06:32+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
@ -12787,6 +12788,7 @@
"mock", "mock",
"xunit" "xunit"
], ],
"abandoned": true,
"time": "2017-06-30T09:13:00+00:00" "time": "2017-06-30T09:13:00+00:00"
}, },
{ {
@ -13484,6 +13486,7 @@
"jlapp/swaggervel": 20, "jlapp/swaggervel": 20,
"jonnyw/php-phantomjs": 20, "jonnyw/php-phantomjs": 20,
"laracasts/presenter": 20, "laracasts/presenter": 20,
"laravel/socialite": 20,
"omnipay/authorizenet": 20, "omnipay/authorizenet": 20,
"omnipay/payfast": 20, "omnipay/payfast": 20,
"roave/security-advisories": 20, "roave/security-advisories": 20,