Fix for Google OAuth

This commit is contained in:
Hillel Coren 2019-02-19 13:15:06 +02:00
parent 2d4769137f
commit 4d471bccaf
2 changed files with 10 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",

16
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": "a7cf7307a3be07f3619d7a274952c03d", "content-hash": "f1bdbf3d4e931ebd4abd3af608a16e7f",
"packages": [ "packages": [
{ {
"name": "abdala/omnipay-pagseguro", "name": "abdala/omnipay-pagseguro",
@ -4252,16 +4252,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": {
@ -4270,7 +4270,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",
@ -4306,11 +4306,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",
@ -13168,6 +13169,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,