mirror of
https://gh.wpcy.net/https://github.com/WP-Autoplugin/hub2wp.git
synced 2026-05-20 00:28:55 +08:00
18 lines
850 B
PHP
18 lines
850 B
PHP
<?php
|
|
|
|
// autoload_classmap.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
|
'H2WP_Admin_Ajax' => $baseDir . '/includes/class-h2wp-admin-ajax.php',
|
|
'H2WP_Admin_Page' => $baseDir . '/includes/class-h2wp-admin-page.php',
|
|
'H2WP_Cache' => $baseDir . '/includes/class-h2wp-cache.php',
|
|
'H2WP_GitHub_API' => $baseDir . '/includes/class-h2wp-github-api.php',
|
|
'H2WP_Plugin_Installer' => $baseDir . '/includes/class-h2wp-plugin-installer.php',
|
|
'H2WP_Plugin_Updater' => $baseDir . '/includes/class-h2wp-plugin-updater.php',
|
|
'H2WP_Settings' => $baseDir . '/includes/class-h2wp-settings.php',
|
|
'H2WP_Silent_Installer_Skin' => $baseDir . '/includes/class-h2wp-silent-installer-skin.php',
|
|
);
|