Introduces new core abstractions and module management classes, adds several new modules (modern cache, REST API, SEO enhancement), and removes deprecated/disabled assets and code. Updates vendor dependencies, including Symfony components and php-opencc, and cleans up related files. This refactor improves code organization, extensibility, and modernizes the plugin's architecture.
20 lines
1 KiB
PHP
Executable file
20 lines
1 KiB
PHP
Executable file
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
|
'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'),
|
|
'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir . '/symfony/polyfill-intl-grapheme'),
|
|
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
|
|
'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
|
|
'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'),
|
|
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
|
|
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
|
|
'Root\\WpChineseConverter\\' => array($baseDir . '/src'),
|
|
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
|
|
'Overtrue\\PHPOpenCC\\' => array($vendorDir . '/overtrue/php-opencc/src'),
|
|
);
|