This commit is contained in:
Jun Pataleta
2024-09-02 17:52:12 +08:00
9 changed files with 221 additions and 285 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',