ClassLoader.php
3 years ago
InstalledVersions.php
3 years ago
LICENSE
4 years ago
autoload_classmap.php
1 year ago
autoload_files.php
2 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
2 years ago
autoload_real.php
1 week ago
autoload_static.php
1 week ago
installed.json
3 months ago
installed.php
1 week ago
platform_check.php
2 years ago
autoload_psr4.php
28 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_psr4.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Tenweb_Authorization\\' => array($vendorDir . '/10web/authorization/src'), |
| 10 | 'TenWebWpTransients\\' => array($vendorDir . '/10web-utils/10web-wp-transients/src/TenWebWpTransients'), |
| 11 | 'TenWebWpBenchmark\\' => array($vendorDir . '/10web-utils/10web-wordpress-benchmark/src/TenWebWpBenchmark'), |
| 12 | 'TenWebSC\\' => array($vendorDir . '/10web-utils/wordpress-score-checker/src/TenWebSC'), |
| 13 | 'TenWebQueue\\' => array($vendorDir . '/10web-utils/10web-queue/src/TenWebQueue'), |
| 14 | 'TenWebOptimizer\\' => array($baseDir . '/includes'), |
| 15 | 'TenWebIO\\' => array($vendorDir . '/10web-utils/tenweb-image-optimizer/src/TenWebIO'), |
| 16 | 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), |
| 17 | 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
| 18 | 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), |
| 19 | 'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'), |
| 20 | 'Minifier\\' => array($vendorDir . '/pfaciana/tiny-html-minifier/src'), |
| 21 | 'MatthiasMullie\\PathConverter\\' => array($vendorDir . '/matthiasmullie/path-converter/src'), |
| 22 | 'MatthiasMullie\\Minify\\' => array($vendorDir . '/matthiasmullie/minify/src'), |
| 23 | 'Interop\\Queue\\' => array($vendorDir . '/queue-interop/queue-interop/src'), |
| 24 | 'Enqueue\\Fs\\' => array($vendorDir . '/enqueue/fs'), |
| 25 | 'Enqueue\\Dsn\\' => array($vendorDir . '/enqueue/dsn'), |
| 26 | 'DiDom\\' => array($vendorDir . '/imangazaliev/didom/src/DiDom'), |
| 27 | ); |
| 28 |