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

View File

@@ -1,17 +1,17 @@
[
{
"name": "aws/aws-sdk-php",
"version": "3.64.12",
"version_normalized": "3.64.12.0",
"version": "3.64.13",
"version_normalized": "3.64.13.0",
"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": {
@@ -42,7 +42,7 @@
"ext-curl": "To send requests using cURL",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
},
"time": "2018-08-14T22:18:41+00:00",
"time": "2018-08-15T23:03:41+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -2182,17 +2182,17 @@
},
{
"name": "laravel/socialite",
"version": "v3.0.0",
"version_normalized": "3.0.0.0",
"version": "v3.0.11",
"version_normalized": "3.0.11.0",
"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": {
@@ -2205,13 +2205,21 @@
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.0|~5.0"
},
"time": "2017-01-16T14:00:04+00:00",
"time": "2018-05-12T17:44:53+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
"Laravel\\Socialite\\SocialiteServiceProvider"
],
"aliases": {
"Socialite": "Laravel\\Socialite\\Facades\\Socialite"
}
}
},
"installation-source": "dist",
@@ -2227,7 +2235,7 @@
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
"email": "taylor@laravel.com"
}
],
"description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
@@ -6782,17 +6790,17 @@
},
{
"name": "torann/geoip",
"version": "1.0.6",
"version_normalized": "1.0.6.0",
"version": "1.0.7",
"version_normalized": "1.0.7.0",
"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": {
@@ -6809,7 +6817,7 @@
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
"monolog/monolog": "Allows for storing location not found errors to the log"
},
"time": "2018-04-12T14:16:13+00:00",
"time": "2018-08-15T18:24:26+00:00",
"type": "library",
"extra": {
"branch-alias": {