N°7571 - ⬆️ Bump HTML2Text library version

This commit is contained in:
Eric Espie
2024-06-13 14:45:06 +02:00
parent bfbb046b10
commit 47d65931e6
24 changed files with 2529 additions and 381 deletions

57
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c8ab1de6659dd4fa2ded6043615b86e6",
"content-hash": "da75a60a57f3c216e40d472f4d98d026",
"packages": [
{
"name": "apereo/phpcas",
@@ -2041,6 +2041,61 @@
},
"time": "2024-01-13T12:36:40+00:00"
},
{
"name": "soundasleep/html2text",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/soundasleep/html2text.git",
"reference": "3243a7107878a61685d2eccf99918d6479e039fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/soundasleep/html2text/zipball/3243a7107878a61685d2eccf99918d6479e039fc",
"reference": "3243a7107878a61685d2eccf99918d6479e039fc",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"soundasleep/component-tests": "~0.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Soundasleep\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jevon Wright",
"homepage": "https://jevon.org",
"role": "Developer"
}
],
"description": "A PHP script to convert HTML into a plain text format",
"homepage": "https://github.com/soundasleep/html2text",
"keywords": [
"email",
"html",
"php",
"text"
],
"support": {
"email": "support@jevon.org",
"issues": "https://github.com/soundasleep/html2text/issues",
"source": "https://github.com/soundasleep/html2text/tree/master"
},
"time": "2019-02-15T01:44:54+00:00"
},
{
"name": "symfony/cache",
"version": "v6.4.2",