Update Laravel socailite package

Update Laravel socailite package to fix facebook authentication.
This commit is contained in:
Manish Verma
2018-08-16 14:47:19 +05:30
parent cfec60b43f
commit 89809c3123
50 changed files with 647 additions and 361 deletions

44
composer.lock generated
View File

@@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "2b3efd18bd91ef10e2f43b0e29f90661",
"content-hash": "8be9a76bc10983905540a9a884c3692f",
"packages": [
{
"name": "aws/aws-sdk-php",
"version": "3.64.12",
"version": "3.64.13",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "1006a0bfacb1e1cd69cee92f53a80143cd59dd5e"
"reference": "daff999e06bc5334e9bb90286514f1c2db0c4cbb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1006a0bfacb1e1cd69cee92f53a80143cd59dd5e",
"reference": "1006a0bfacb1e1cd69cee92f53a80143cd59dd5e",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/daff999e06bc5334e9bb90286514f1c2db0c4cbb",
"reference": "daff999e06bc5334e9bb90286514f1c2db0c4cbb",
"shasum": ""
},
"require": {
@@ -84,7 +84,7 @@
"s3",
"sdk"
],
"time": "2018-08-14T22:18:41+00:00"
"time": "2018-08-15T23:03:41+00:00"
},
{
"name": "barryvdh/laravel-debugbar",
@@ -1833,16 +1833,16 @@
},
{
"name": "laravel/socialite",
"version": "v3.0.0",
"version": "v3.0.11",
"source": {
"type": "git",
"url": "https://github.com/laravel/socialite.git",
"reference": "9f23589476ed433e4e1a7faa1c1fb8c834870dac"
"reference": "4d29ba66fdb38ec994b778e5e51657555cc10511"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/socialite/zipball/9f23589476ed433e4e1a7faa1c1fb8c834870dac",
"reference": "9f23589476ed433e4e1a7faa1c1fb8c834870dac",
"url": "https://api.github.com/repos/laravel/socialite/zipball/4d29ba66fdb38ec994b778e5e51657555cc10511",
"reference": "4d29ba66fdb38ec994b778e5e51657555cc10511",
"shasum": ""
},
"require": {
@@ -1855,12 +1855,20 @@
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.0|~5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
"Laravel\\Socialite\\SocialiteServiceProvider"
],
"aliases": {
"Socialite": "Laravel\\Socialite\\Facades\\Socialite"
}
}
},
"autoload": {
@@ -1875,7 +1883,7 @@
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
"email": "taylor@laravel.com"
}
],
"description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
@@ -1883,7 +1891,7 @@
"laravel",
"oauth"
],
"time": "2017-01-16T14:00:04+00:00"
"time": "2018-05-12T17:44:53+00:00"
},
{
"name": "laravelcollective/html",
@@ -4740,16 +4748,16 @@
},
{
"name": "torann/geoip",
"version": "1.0.6",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/Torann/laravel-geoip.git",
"reference": "45f528171d777615c4dc5babd439617e31f15faf"
"reference": "bcd07e0a7e053d9be224bb944a49a7f76ca7e86f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Torann/laravel-geoip/zipball/45f528171d777615c4dc5babd439617e31f15faf",
"reference": "45f528171d777615c4dc5babd439617e31f15faf",
"url": "https://api.github.com/repos/Torann/laravel-geoip/zipball/bcd07e0a7e053d9be224bb944a49a7f76ca7e86f",
"reference": "bcd07e0a7e053d9be224bb944a49a7f76ca7e86f",
"shasum": ""
},
"require": {
@@ -4809,7 +4817,7 @@
"location",
"maxmind"
],
"time": "2018-04-12T14:16:13+00:00"
"time": "2018-08-15T18:24:26+00:00"
},
{
"name": "tymon/jwt-auth",