summaryrefslogtreecommitdiff
path: root/vendor/composer
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 /vendor/composer
parent2b61052e8709283d89997e351173bcb43a3c2c61 (diff)
switch to html2text() instead of strip_tags() when preparing FTS index
Diffstat (limited to 'vendor/composer')
-rw-r--r--vendor/composer/autoload_psr4.php3
-rw-r--r--vendor/composer/autoload_static.php9
-rw-r--r--vendor/composer/installed.json58
-rw-r--r--vendor/composer/installed.php25
4 files changed, 84 insertions, 11 deletions
diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php
index 3354c5d1f..f3e332349 100644
--- a/vendor/composer/autoload_psr4.php
+++ b/vendor/composer/autoload_psr4.php
@@ -14,8 +14,9 @@ return array(
'Symfony\\Polyfill\\Php81\\' => array($vendorDir . '/symfony/polyfill-php81'),
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
+ 'Soundasleep\\' => array($vendorDir . '/soundasleep/html2text/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
- 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
+ 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'),
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index 5dcd0fd72..dc6a806c6 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -137,6 +137,7 @@ class ComposerStaticInit19fc2ff1c0f9a92279c7979386bb2056
'Symfony\\Polyfill\\Php81\\' => 23,
'Symfony\\Polyfill\\Php80\\' => 23,
'Symfony\\Polyfill\\Mbstring\\' => 26,
+ 'Soundasleep\\' => 12,
),
'P' =>
array (
@@ -219,14 +220,18 @@ class ComposerStaticInit19fc2ff1c0f9a92279c7979386bb2056
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
),
+ 'Soundasleep\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
+ ),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/src',
),
'Psr\\Http\\Message\\' =>
array (
- 0 => __DIR__ . '/..' . '/psr/http-message/src',
- 1 => __DIR__ . '/..' . '/psr/http-factory/src',
+ 0 => __DIR__ . '/..' . '/psr/http-factory/src',
+ 1 => __DIR__ . '/..' . '/psr/http-message/src',
),
'Psr\\Http\\Client\\' =>
array (
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 54f34fa7f..ceb2c4659 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -3792,6 +3792,64 @@
"install-path": "../sebastian/version"
},
{
+ "name": "soundasleep/html2text",
+ "version": "2.1.0",
+ "version_normalized": "2.1.0.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"
+ },
+ "time": "2023-01-06T09:28:15+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ },
+ "install-path": "../soundasleep/html2text"
+ },
+ {
"name": "spomky-labs/otphp",
"version": "v10.0.3",
"version_normalized": "10.0.3.0",
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
index 627ad010d..9ce5ee9fb 100644
--- a/vendor/composer/installed.php
+++ b/vendor/composer/installed.php
@@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
- 'reference' => '45a9ff0c88cbd33892ff16ab837e9059937d656e',
+ 'reference' => '2b61052e8709283d89997e351173bcb43a3c2c61',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
- 'reference' => '45a9ff0c88cbd33892ff16ab837e9059937d656e',
+ 'reference' => '2b61052e8709283d89997e351173bcb43a3c2c61',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -371,8 +371,8 @@
'psr/http-client-implementation' => array(
'dev_requirement' => false,
'provided' => array(
- 0 => '*',
- 1 => '1.0',
+ 0 => '1.0',
+ 1 => '*',
),
),
'psr/http-factory' => array(
@@ -387,8 +387,8 @@
'psr/http-factory-implementation' => array(
'dev_requirement' => false,
'provided' => array(
- 0 => '*',
- 1 => '1.0',
+ 0 => '1.0',
+ 1 => '*',
),
),
'psr/http-message' => array(
@@ -403,8 +403,8 @@
'psr/http-message-implementation' => array(
'dev_requirement' => false,
'provided' => array(
- 0 => '*',
- 1 => '1.0',
+ 0 => '1.0',
+ 1 => '*',
),
),
'psr/log' => array(
@@ -569,6 +569,15 @@
'aliases' => array(),
'dev_requirement' => true,
),
+ 'soundasleep/html2text' => array(
+ 'pretty_version' => '2.1.0',
+ 'version' => '2.1.0.0',
+ 'reference' => '83502b6f8f1aaef8e2e238897199d64f284b4af3',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../soundasleep/html2text',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'spomky-labs/otphp' => array(
'pretty_version' => 'v10.0.3',
'version' => '10.0.3.0',