diff options
author | Mario <mario@mariovavti.com> | 2023-10-05 11:35:02 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-10-05 11:35:02 +0000 |
commit | 044e252d195be7fb9c523e5ab7e5f37eae7f03fd (patch) | |
tree | e8fcefdef750aee3e84e2ddb048e1e11a1c4599f /vendor/composer/installed.json | |
parent | 6920fb2793265e5c9cdcdc8325398b07f216f184 (diff) | |
download | volse-hubzilla-044e252d195be7fb9c523e5ab7e5f37eae7f03fd.tar.gz volse-hubzilla-044e252d195be7fb9c523e5ab7e5f37eae7f03fd.tar.bz2 volse-hubzilla-044e252d195be7fb9c523e5ab7e5f37eae7f03fd.zip |
composer update html to markdown
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 795751ef0..d242c9875 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -575,17 +575,17 @@ }, { "name": "league/html-to-markdown", - "version": "5.1.0", - "version_normalized": "5.1.0.0", + "version": "5.1.1", + "version_normalized": "5.1.1.0", "source": { "type": "git", "url": "https://github.com/thephpleague/html-to-markdown.git", - "reference": "e0fc8cf07bdabbcd3765341ecb50c34c271d64e1" + "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/e0fc8cf07bdabbcd3765341ecb50c34c271d64e1", - "reference": "e0fc8cf07bdabbcd3765341ecb50c34c271d64e1", + "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd", + "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd", "shasum": "" }, "require": { @@ -595,13 +595,13 @@ }, "require-dev": { "mikehaertl/php-shellcommand": "^1.1.0", - "phpstan/phpstan": "^0.12.99", + "phpstan/phpstan": "^1.8.8", "phpunit/phpunit": "^8.5 || ^9.2", "scrutinizer/ocular": "^1.6", - "unleashedtech/php-coding-standard": "^2.7", - "vimeo/psalm": "^4.22" + "unleashedtech/php-coding-standard": "^2.7 || ^3.0", + "vimeo/psalm": "^4.22 || ^5.0" }, - "time": "2022-03-02T17:24:08+00:00", + "time": "2023-07-12T21:21:09+00:00", "bin": [ "bin/html-to-markdown" ], @@ -643,7 +643,7 @@ ], "support": { "issues": "https://github.com/thephpleague/html-to-markdown/issues", - "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.0" + "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1" }, "funding": [ { |