Merge pull request #7632 from wallabag/dependabot/composer/html2text/html2text-4.3.2

This commit is contained in:
Jérémy Benoist 2024-08-21 05:34:28 +02:00 committed by GitHub
commit f75ec35bda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
composer.lock generated
View File

@ -4242,20 +4242,20 @@
}, },
{ {
"name": "html2text/html2text", "name": "html2text/html2text",
"version": "4.3.1", "version": "4.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mtibben/html2text.git", "url": "https://github.com/mtibben/html2text.git",
"reference": "61ad68e934066a6f8df29a3d23a6460536d0855c" "reference": "3b443cbe302b52eb5806a21a9dbd79524203970a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c", "url": "https://api.github.com/repos/mtibben/html2text/zipball/3b443cbe302b52eb5806a21a9dbd79524203970a",
"reference": "61ad68e934066a6f8df29a3d23a6460536d0855c", "reference": "3b443cbe302b52eb5806a21a9dbd79524203970a",
"shasum": "" "shasum": ""
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4" "phpunit/phpunit": "~4|^9.0"
}, },
"suggest": { "suggest": {
"ext-mbstring": "For best performance", "ext-mbstring": "For best performance",
@ -4264,10 +4264,7 @@
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Html2Text\\": [ "Html2Text\\": "src/"
"src/",
"test/"
]
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -4277,9 +4274,9 @@
"description": "Converts HTML to formatted plain text", "description": "Converts HTML to formatted plain text",
"support": { "support": {
"issues": "https://github.com/mtibben/html2text/issues", "issues": "https://github.com/mtibben/html2text/issues",
"source": "https://github.com/mtibben/html2text/tree/4.3.1" "source": "https://github.com/mtibben/html2text/tree/4.3.2"
}, },
"time": "2020-04-16T23:44:31+00:00" "time": "2024-08-20T02:43:29+00:00"
}, },
{ {
"name": "http-interop/http-factory-guzzle", "name": "http-interop/http-factory-guzzle",