summaryrefslogtreecommitdiff
path: root/vendor/composer/autoload_static.php
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/autoload_static.php
parent2b61052e8709283d89997e351173bcb43a3c2c61 (diff)
switch to html2text() instead of strip_tags() when preparing FTS index
Diffstat (limited to 'vendor/composer/autoload_static.php')
-rw-r--r--vendor/composer/autoload_static.php9
1 files changed, 7 insertions, 2 deletions
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 (