installers
1 year ago
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
1 year ago
autoload_static.php
1 year ago
installed.json
1 year ago
installed.php
1 year ago
platform_check.php
1 year ago
autoload_psr4.php
20 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 | 'SiteGround_i18n\\' => array($vendorDir . '/siteground/siteground-i18n/src'), |
| 10 | 'SiteGround_Helper\\' => array($vendorDir . '/siteground/siteground-helper/src'), |
| 11 | 'SiteGround_Emails\\' => array($vendorDir . '/siteground/siteground-emails/src'), |
| 12 | 'SiteGround_Data\\' => array($vendorDir . '/siteground/siteground-data/src'), |
| 13 | 'SG_Security\\' => array($baseDir . '/core'), |
| 14 | 'PragmaRX\\Recovery\\' => array($vendorDir . '/pragmarx/recovery/src'), |
| 15 | 'PragmaRX\\Random\\' => array($vendorDir . '/pragmarx/random/src'), |
| 16 | 'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'), |
| 17 | 'CharlesRumley\\Tests\\' => array($vendorDir . '/charles-rumley/php-po-to-json/tests'), |
| 18 | 'CharlesRumley\\' => array($vendorDir . '/charles-rumley/php-po-to-json/src'), |
| 19 | ); |
| 20 |