mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 10:20:29 -06:00
Fix #2757
This commit is contained in:
parent
27668769cb
commit
576f2f2530
@ -84,7 +84,7 @@
|
||||
"league/fractal": "0.*",
|
||||
"litipk/flysystem-fallback-adapter": "0.*",
|
||||
"mschindler83/fints-hbci-php": "1.*",
|
||||
"pragmarx/google2fa": "7.*",
|
||||
"pragmarx/google2fa": "6.1.3",
|
||||
"pragmarx/google2fa-laravel": "1.*",
|
||||
"pragmarx/recovery": "^0.1.0",
|
||||
"rcrowe/twigbridge": "0.9.*"
|
||||
|
22
composer.lock
generated
22
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": "2bb65bbd943e05cc3619e7ddc4add0b6",
|
||||
"content-hash": "94b5f6a85599a13e02f280556fa2e3ef",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adldap2/adldap2",
|
||||
@ -2749,16 +2749,16 @@
|
||||
},
|
||||
{
|
||||
"name": "pragmarx/google2fa",
|
||||
"version": "v7.0.0",
|
||||
"version": "v6.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/antonioribeiro/google2fa.git",
|
||||
"reference": "0afb47f8a686bd203fe85a05bab85139f3c1971e"
|
||||
"reference": "cce23ec9b276d29ce9afc6830b12c20452993875"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/0afb47f8a686bd203fe85a05bab85139f3c1971e",
|
||||
"reference": "0afb47f8a686bd203fe85a05bab85139f3c1971e",
|
||||
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/cce23ec9b276d29ce9afc6830b12c20452993875",
|
||||
"reference": "cce23ec9b276d29ce9afc6830b12c20452993875",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2801,20 +2801,20 @@
|
||||
"Two Factor Authentication",
|
||||
"google2fa"
|
||||
],
|
||||
"time": "2019-10-21T17:49:22+00:00"
|
||||
"time": "2019-10-02T18:46:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pragmarx/google2fa-laravel",
|
||||
"version": "v1.2.0",
|
||||
"version": "v1.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/antonioribeiro/google2fa-laravel.git",
|
||||
"reference": "6e43058759963ac15202008f204ef8c996b6ec0d"
|
||||
"reference": "4ccc17dbf5ab5f752113cb6088a5afce5191309e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/antonioribeiro/google2fa-laravel/zipball/6e43058759963ac15202008f204ef8c996b6ec0d",
|
||||
"reference": "6e43058759963ac15202008f204ef8c996b6ec0d",
|
||||
"url": "https://api.github.com/repos/antonioribeiro/google2fa-laravel/zipball/4ccc17dbf5ab5f752113cb6088a5afce5191309e",
|
||||
"reference": "4ccc17dbf5ab5f752113cb6088a5afce5191309e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2872,7 +2872,7 @@
|
||||
"google2fa",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2019-09-30T17:17:12+00:00"
|
||||
"time": "2019-10-21T18:34:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pragmarx/google2fa-qrcode",
|
||||
|
Loading…
Reference in New Issue
Block a user