MDL-82828 core: Update Html2Text to version 4.3.2

This commit is contained in:
Andrew Nicols
2024-08-20 11:14:29 +08:00
parent 6cd55074c7
commit 4ef233d993
7 changed files with 71 additions and 10 deletions
+1
View File
@@ -102,6 +102,7 @@ class component {
];
/** @var array<string|array<string>> associative array of PRS-4 namespaces and corresponding paths. */
protected static $psr4namespaces = [
\Html2Text::class => 'lib/html2text/src',
\MaxMind::class => 'lib/maxmind/MaxMind',
\GeoIp2::class => 'lib/maxmind/GeoIp2',
\Sabberworm\CSS::class => 'lib/php-css-parser',