mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-30 14:49:36 +00:00
Bump html2text/html2text from 4.3.1 to 4.3.2
Bumps [html2text/html2text](https://github.com/mtibben/html2text) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/mtibben/html2text/releases) - [Commits](https://github.com/mtibben/html2text/compare/4.3.1...4.3.2) --- updated-dependencies: - dependency-name: html2text/html2text dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f8aa9a0087
commit
711e2fe98e
1 changed files with 8 additions and 11 deletions
19
composer.lock
generated
19
composer.lock
generated
|
@ -4242,20 +4242,20 @@
|
|||
},
|
||||
{
|
||||
"name": "html2text/html2text",
|
||||
"version": "4.3.1",
|
||||
"version": "4.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mtibben/html2text.git",
|
||||
"reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
|
||||
"reference": "3b443cbe302b52eb5806a21a9dbd79524203970a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
|
||||
"reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
|
||||
"url": "https://api.github.com/repos/mtibben/html2text/zipball/3b443cbe302b52eb5806a21a9dbd79524203970a",
|
||||
"reference": "3b443cbe302b52eb5806a21a9dbd79524203970a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4"
|
||||
"phpunit/phpunit": "~4|^9.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mbstring": "For best performance",
|
||||
|
@ -4264,10 +4264,7 @@
|
|||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Html2Text\\": [
|
||||
"src/",
|
||||
"test/"
|
||||
]
|
||||
"Html2Text\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
|
@ -4277,9 +4274,9 @@
|
|||
"description": "Converts HTML to formatted plain text",
|
||||
"support": {
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue