ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
2 months ago
autoload_static.php
2 months ago
installed.json
1 week ago
installed.php
1 week ago
jetpack_autoload_classmap.php
2 weeks ago
jetpack_autoload_psr4.php
2 weeks ago
autoload_classmap.php
12 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_classmap.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php', |
| 10 | 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 11 | ); |
| 12 |