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 /vendor/composer | |
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 'vendor/composer')
-rw-r--r-- | vendor/composer/installed.json | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 5de750e76..82936174b 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -263,17 +263,17 @@ }, { "name": "league/html-to-markdown", - "version": "4.9.1", - "version_normalized": "4.9.1.0", + "version": "4.10.0", + "version_normalized": "4.10.0.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": { @@ -286,7 +286,7 @@ "phpunit/phpunit": "^4.8|^5.7", "scrutinizer/ocular": "~1.1" }, - "time": "2019-12-28T01:32:28+00:00", + "time": "2020-07-01T00:34:03+00:00", "bin": [ "bin/html-to-markdown" ], @@ -325,6 +325,24 @@ "keywords": [ "html", "markdown" + ], + "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" + } ] }, { |