summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-21 10:51:24 +0300
committerAndrew Dolgov <[email protected]>2023-10-21 10:51:24 +0300
commit03e956132d4a4b880d4e4533aeab725b0b2b5b52 (patch)
treece23379887ece400212767f527afcba8366f018a /composer.lock
parent2b61052e8709283d89997e351173bcb43a3c2c61 (diff)
switch to html2text() instead of strip_tags() when preparing FTS index
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock57
1 files changed, 56 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 0818efd7a..6d96bddee 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "2c8b76f35398131c362d125ed47c8102",
+ "content-hash": "cbbbfbdbf1c5f659b8e34307411bc751",
"packages": [
{
"name": "beberlei/assert",
@@ -1660,6 +1660,61 @@
"time": "2019-03-08T08:55:37+00:00"
},
{
+ "name": "soundasleep/html2text",
+ "version": "2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/soundasleep/html2text.git",
+ "reference": "83502b6f8f1aaef8e2e238897199d64f284b4af3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/soundasleep/html2text/zipball/83502b6f8f1aaef8e2e238897199d64f284b4af3",
+ "reference": "83502b6f8f1aaef8e2e238897199d64f284b4af3",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "php": "^7.3|^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.9",
+ "phpunit/phpunit": "^7.0|^8.0|^9.0"
+ },
+ "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": "[email protected]",
+ "issues": "https://github.com/soundasleep/html2text/issues",
+ "source": "https://github.com/soundasleep/html2text/tree/2.1.0"
+ },
+ "time": "2023-01-06T09:28:15+00:00"
+ },
+ {
"name": "spomky-labs/otphp",
"version": "v10.0.3",
"source": {