mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:04:45 -04:00
Fix for Google OAuth
This commit is contained in:
parent
64b8c599a2
commit
d7966689cf
@ -43,7 +43,7 @@
|
||||
"laracasts/presenter": "dev-master",
|
||||
"laravel/framework": "5.4.*",
|
||||
"laravel/legacy-encrypter": "^1.0",
|
||||
"laravel/socialite": "~3.0",
|
||||
"laravel/socialite": "3.0.x-dev",
|
||||
"laravel/tinker": "^1.0",
|
||||
"laravelcollective/html": "5.4.*",
|
||||
"league/csv": "^9.1",
|
||||
|
17
composer.lock
generated
17
composer.lock
generated
@ -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": "3941c02a6f699e961cc06e1e4cbfd08b",
|
||||
"content-hash": "63453d6f86ab48ae0c8afb63a1845d76",
|
||||
"packages": [
|
||||
{
|
||||
"name": "abdala/omnipay-pagseguro",
|
||||
@ -4473,16 +4473,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/socialite",
|
||||
"version": "v3.0.9",
|
||||
"version": "3.0.x-dev",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/socialite.git",
|
||||
"reference": "fc1c8d415699e502f3e61cbc61e3250d5bd942eb"
|
||||
"reference": "79316f36641f1916a50ab14d368acdf1d97e46de"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/socialite/zipball/fc1c8d415699e502f3e61cbc61e3250d5bd942eb",
|
||||
"reference": "fc1c8d415699e502f3e61cbc61e3250d5bd942eb",
|
||||
"url": "https://api.github.com/repos/laravel/socialite/zipball/79316f36641f1916a50ab14d368acdf1d97e46de",
|
||||
"reference": "79316f36641f1916a50ab14d368acdf1d97e46de",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4491,7 +4491,7 @@
|
||||
"illuminate/http": "~5.4",
|
||||
"illuminate/support": "~5.4",
|
||||
"league/oauth1-client": "~1.0",
|
||||
"php": ">=5.4.0"
|
||||
"php": ">=5.6.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "~0.9",
|
||||
@ -4527,11 +4527,12 @@
|
||||
}
|
||||
],
|
||||
"description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
|
||||
"homepage": "https://laravel.com",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"oauth"
|
||||
],
|
||||
"time": "2017-11-06T16:02:48+00:00"
|
||||
"time": "2018-12-21T14:06:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/tinker",
|
||||
@ -12787,6 +12788,7 @@
|
||||
"mock",
|
||||
"xunit"
|
||||
],
|
||||
"abandoned": true,
|
||||
"time": "2017-06-30T09:13:00+00:00"
|
||||
},
|
||||
{
|
||||
@ -13484,6 +13486,7 @@
|
||||
"jlapp/swaggervel": 20,
|
||||
"jonnyw/php-phantomjs": 20,
|
||||
"laracasts/presenter": 20,
|
||||
"laravel/socialite": 20,
|
||||
"omnipay/authorizenet": 20,
|
||||
"omnipay/payfast": 20,
|
||||
"roave/security-advisories": 20,
|
||||
|
Loading…
x
Reference in New Issue
Block a user