ClassLoader.php
2 years ago
InstalledVersions.php
8 months ago
LICENSE
5 years ago
autoload_classmap.php
1 week ago
autoload_files.php
1 week ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
1 week ago
autoload_real.php
1 week ago
autoload_static.php
1 week ago
installed.php
1 week ago
jetpack_autoload_classmap.php
1 week ago
jetpack_autoload_filemap.php
1 week ago
platform_check.php
8 months ago
autoload_psr4.php
12 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 | 'WordPress\\DataLiberation\\' => array($vendorDir . '/wp-php-toolkit/reprint-exporter/src'), |
| 10 | 'Automattic\\Jetpack\\Autoloader\\' => array($vendorDir . '/automattic/jetpack-autoloader/src'), |
| 11 | ); |
| 12 |