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 weeks ago
autoload_static.php
2 weeks ago
installed.json
1 week ago
installed.php
1 week ago
jetpack_autoload_classmap.php
1 month ago
jetpack_autoload_psr4.php
1 week ago
jetpack_autoload_psr4.php
30 lines
| 1 | <?php |
| 2 | |
| 3 | // This file `jetpack_autoload_psr4.php` was auto generated by automattic/jetpack-autoloader. |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Hostinger\\WpMenuManager\\' => array( |
| 10 | 'version' => '1.2.24.0', |
| 11 | 'path' => array( $vendorDir . '/hostinger/hostinger-wp-menu-manager/src' ) |
| 12 | ), |
| 13 | 'Hostinger\\WpHelper\\' => array( |
| 14 | 'version' => '1.0.15.0', |
| 15 | 'path' => array( $vendorDir . '/hostinger/hostinger-wp-helper/src' ) |
| 16 | ), |
| 17 | 'Hostinger\\Tests\\' => array( |
| 18 | 'version' => '1.0.15.0', |
| 19 | 'path' => array( $baseDir . '/tests/phpunit', $vendorDir . '/hostinger/hostinger-wp-helper/tests/phpunit' ) |
| 20 | ), |
| 21 | 'Hostinger\\' => array( |
| 22 | 'version' => 'dev-main', |
| 23 | 'path' => array( $baseDir . '/includes' ) |
| 24 | ), |
| 25 | 'Automattic\\Jetpack\\Autoloader\\' => array( |
| 26 | 'version' => '5.0.20', |
| 27 | 'path' => array( $vendorDir . '/automattic/jetpack-autoloader/src' ) |
| 28 | ), |
| 29 | ); |
| 30 |