mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-03 04:00:40 -06:00
Update composer file
This commit is contained in:
parent
9825f304b5
commit
fca5d9d55b
@ -74,7 +74,7 @@
|
||||
"davejamesmiller/laravel-breadcrumbs": "5.*",
|
||||
"doctrine/dbal": "2.*",
|
||||
"fideloper/proxy": "4.*",
|
||||
"jc5/google2fa-laravel": "2.0.3",
|
||||
"jc5/google2fa-laravel": "2.0.4",
|
||||
"laravel/framework": "^6.0",
|
||||
"laravel/passport": "8.*",
|
||||
"laravelcollective/html": "6.*",
|
||||
@ -102,6 +102,9 @@
|
||||
},
|
||||
"suggest": {
|
||||
},
|
||||
"repositories": [
|
||||
|
||||
],
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"database/seeds",
|
||||
|
21
composer.lock
generated
21
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": "831cf5c312338c9fb9a7f304c2968685",
|
||||
"content-hash": "5cea53064e70766dbada2bcf61b62685",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adldap2/adldap2",
|
||||
@ -1222,16 +1222,16 @@
|
||||
},
|
||||
{
|
||||
"name": "jc5/google2fa-laravel",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/JC5/google2fa-laravel.git",
|
||||
"reference": "6d67f8cbe5f39d08c5b6522717764dcaf0ce6312"
|
||||
"reference": "8413b3c8b7cda855f8be1d9fe4696c76898272ac"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/JC5/google2fa-laravel/zipball/6d67f8cbe5f39d08c5b6522717764dcaf0ce6312",
|
||||
"reference": "6d67f8cbe5f39d08c5b6522717764dcaf0ce6312",
|
||||
"url": "https://api.github.com/repos/JC5/google2fa-laravel/zipball/8413b3c8b7cda855f8be1d9fe4696c76898272ac",
|
||||
"reference": "8413b3c8b7cda855f8be1d9fe4696c76898272ac",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1295,7 +1295,7 @@
|
||||
"google2fa",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2019-12-20T05:07:12+00:00"
|
||||
"time": "2020-01-01T17:48:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
@ -6962,12 +6962,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "44a677c8e06241a66409ae6e4820dc166fc09ab2"
|
||||
"reference": "5306962d2a35c901a07a98b55248894469d112b6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/44a677c8e06241a66409ae6e4820dc166fc09ab2",
|
||||
"reference": "44a677c8e06241a66409ae6e4820dc166fc09ab2",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5306962d2a35c901a07a98b55248894469d112b6",
|
||||
"reference": "5306962d2a35c901a07a98b55248894469d112b6",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
@ -7004,6 +7004,7 @@
|
||||
"dompdf/dompdf": ">=0.6,<0.6.2",
|
||||
"drupal/core": ">=7,<8.7.11|>=8.8,<8.8.1",
|
||||
"drupal/drupal": ">=7,<8.7.11|>=8.8,<8.8.1",
|
||||
"endroid/qr-code-bundle": "<3.4.2",
|
||||
"erusev/parsedown": "<1.7.2",
|
||||
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4",
|
||||
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1",
|
||||
@ -7173,7 +7174,7 @@
|
||||
}
|
||||
],
|
||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||
"time": "2019-12-26T14:16:40+00:00"
|
||||
"time": "2020-01-01T17:15:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/code-unit-reverse-lookup",
|
||||
|
Loading…
Reference in New Issue
Block a user