diff --git a/composer.json b/composer.json index b891b61c..a63dc342 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "hieu-le/active": "^3.5", "laravel/framework": "5.8.*", "laravel/passport": "^7.2", - "laravel/socialite": "^3.0", + "laravel/socialite": "^4.1", "laravel/tinker": "~1.0", "laravelcollective/html": "^5.4.0", "spatie/laravel-cors": "^1.2", diff --git a/composer.lock b/composer.lock index 6363a059..969e9ed1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bc7cfbdcc12b751fca065d9e692de5fc", + "content-hash": "da0262ba3bd758ebeeb190ef2a36b949", "packages": [ { "name": "arcanedev/log-viewer", @@ -1858,34 +1858,35 @@ }, { "name": "laravel/socialite", - "version": "v3.3.0", + "version": "v4.1.4", "source": { "type": "git", "url": "https://github.com/laravel/socialite.git", - "reference": "79316f36641f1916a50ab14d368acdf1d97e46de" + "reference": "ab5974b13b775e14d11f220064a110d60743eee0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/socialite/zipball/79316f36641f1916a50ab14d368acdf1d97e46de", - "reference": "79316f36641f1916a50ab14d368acdf1d97e46de", + "url": "https://api.github.com/repos/laravel/socialite/zipball/ab5974b13b775e14d11f220064a110d60743eee0", + "reference": "ab5974b13b775e14d11f220064a110d60743eee0", "shasum": "" }, "require": { + "ext-json": "*", "guzzlehttp/guzzle": "~6.0", - "illuminate/contracts": "~5.4", - "illuminate/http": "~5.4", - "illuminate/support": "~5.4", + "illuminate/http": "~5.7.0|~5.8.0|^6.0", + "illuminate/support": "~5.7.0|~5.8.0|^6.0", "league/oauth1-client": "~1.0", - "php": ">=5.6.4" + "php": "^7.1.3" }, "require-dev": { - "mockery/mockery": "~0.9", - "phpunit/phpunit": "~4.0|~5.0" + "illuminate/contracts": "~5.7.0|~5.8.0|^6.0", + "mockery/mockery": "~1.0", + "phpunit/phpunit": "~7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "4.0-dev" }, "laravel": { "providers": [ @@ -1917,7 +1918,7 @@ "laravel", "oauth" ], - "time": "2018-12-21T14:06:32+00:00" + "time": "2019-07-30T16:07:14+00:00" }, { "name": "laravel/tinker",