diff options
author | Mario Vavti <mario@mariovavti.com> | 2020-08-22 19:56:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2020-08-22 19:56:28 +0200 |
commit | 88a68f96da303893d911f09c25088d4f8288b5fb (patch) | |
tree | 65bc81e92f02cbf253c5ab2d92e9c3f2bd2cb39e /composer.lock | |
parent | 32bdf42913518b3421986cb4d49d62ed1b04354e (diff) | |
download | volse-hubzilla-88a68f96da303893d911f09c25088d4f8288b5fb.tar.gz volse-hubzilla-88a68f96da303893d911f09c25088d4f8288b5fb.tar.bz2 volse-hubzilla-88a68f96da303893d911f09c25088d4f8288b5fb.zip |
composer update html-to-markdown
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/composer.lock b/composer.lock index ee5fddaf1..1c8c777fa 100644 --- a/composer.lock +++ b/composer.lock @@ -260,16 +260,16 @@ }, { "name": "league/html-to-markdown", - "version": "4.9.1", + "version": "4.10.0", "source": { "type": "git", "url": "https://github.com/thephpleague/html-to-markdown.git", - "reference": "1dcd0f85de786f46a7f224a27cc3d709ddd2a68c" + "reference": "0868ae7a552e809e5cd8f93ba022071640408e88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/1dcd0f85de786f46a7f224a27cc3d709ddd2a68c", - "reference": "1dcd0f85de786f46a7f224a27cc3d709ddd2a68c", + "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0868ae7a552e809e5cd8f93ba022071640408e88", + "reference": "0868ae7a552e809e5cd8f93ba022071640408e88", "shasum": "" }, "require": { @@ -320,7 +320,25 @@ "html", "markdown" ], - "time": "2019-12-28T01:32:28+00:00" + "funding": [ + { + "url": "https://www.colinodell.com/sponsor", + "type": "custom" + }, + { + "url": "https://www.paypal.me/colinpodell/10.00", + "type": "custom" + }, + { + "url": "https://github.com/colinodell", + "type": "github" + }, + { + "url": "https://www.patreon.com/colinodell", + "type": "patreon" + } + ], + "time": "2020-07-01T00:34:03+00:00" }, { "name": "lukasreschke/id3parser", |