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