mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 20:38:46 +00:00
Various experiments with JS and React and what-not.
This commit is contained in:
31
composer.lock
generated
31
composer.lock
generated
@@ -591,16 +591,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "v2.9.1",
|
||||
"version": "v2.9.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6"
|
||||
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/ec74d6e300d78fbc896669c3ca57ef9719adc9c6",
|
||||
"reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
|
||||
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -669,7 +669,7 @@
|
||||
"php",
|
||||
"queryobject"
|
||||
],
|
||||
"time": "2018-12-14T04:51:13+00:00"
|
||||
"time": "2018-12-31T03:27:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/event-manager",
|
||||
@@ -1758,16 +1758,16 @@
|
||||
},
|
||||
{
|
||||
"name": "league/commonmark",
|
||||
"version": "0.18.0",
|
||||
"version": "0.18.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/commonmark.git",
|
||||
"reference": "006af077d4b1b7eb1d9760964f9f984ba188632c"
|
||||
"reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/006af077d4b1b7eb1d9760964f9f984ba188632c",
|
||||
"reference": "006af077d4b1b7eb1d9760964f9f984ba188632c",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/e5029f74ba39e043ce4b3ca6c05dc719d8aafd94",
|
||||
"reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1816,14 +1816,14 @@
|
||||
"role": "Lead Developer"
|
||||
}
|
||||
],
|
||||
"description": "Markdown parser for PHP based on the CommonMark spec",
|
||||
"description": "PHP Markdown parser based on the CommonMark spec",
|
||||
"homepage": "https://github.com/thephpleague/commonmark",
|
||||
"keywords": [
|
||||
"commonmark",
|
||||
"markdown",
|
||||
"parser"
|
||||
],
|
||||
"time": "2018-09-18T13:13:55+00:00"
|
||||
"time": "2018-12-30T01:55:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/csv",
|
||||
@@ -6474,12 +6474,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "38eddac85b7ea1891fc28aeb71c1e45fa01200ad"
|
||||
"reference": "5f3e0c82ada2d16fdd637b24e095888f4abac43f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/38eddac85b7ea1891fc28aeb71c1e45fa01200ad",
|
||||
"reference": "38eddac85b7ea1891fc28aeb71c1e45fa01200ad",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5f3e0c82ada2d16fdd637b24e095888f4abac43f",
|
||||
"reference": "5f3e0c82ada2d16fdd637b24e095888f4abac43f",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
@@ -6543,6 +6543,7 @@
|
||||
"la-haute-societe/tcpdf": "<6.2.22",
|
||||
"laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
|
||||
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
|
||||
"league/commonmark": ">=0.15.6,<0.18.1",
|
||||
"magento/magento1ce": "<1.9.4",
|
||||
"magento/magento1ee": ">=1.9,<1.14.4",
|
||||
"magento/product-community-edition": ">=2,<2.2.7",
|
||||
@@ -6668,7 +6669,7 @@
|
||||
}
|
||||
],
|
||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||
"time": "2018-12-28T16:50:10+00:00"
|
||||
"time": "2018-12-30T13:00:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/code-unit-reverse-lookup",
|
||||
|
Reference in New Issue
Block a user