ClassLoader.php
1 month ago
InstalledVersions.php
1 month ago
LICENSE
1 month ago
autoload_classmap.php
1 month ago
autoload_files.php
1 month ago
autoload_namespaces.php
1 month ago
autoload_psr4.php
1 month ago
autoload_real.php
1 month ago
autoload_static.php
1 month ago
installed.json
1 month ago
installed.php
1 month ago
platform_check.php
1 month ago
autoload_static.php
112 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit0382e0644fae7cd5247775f6ea49cb88 |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', |
| 11 | '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', |
| 12 | '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', |
| 13 | ); |
| 14 | |
| 15 | public static $prefixLengthsPsr4 = array ( |
| 16 | 'S' => |
| 17 | array ( |
| 18 | 'SiteGround_i18n\\' => 16, |
| 19 | 'SG_AI_Studio\\' => 13, |
| 20 | ), |
| 21 | 'P' => |
| 22 | array ( |
| 23 | 'Psr\\Http\\Message\\' => 17, |
| 24 | 'Psr\\Http\\Client\\' => 16, |
| 25 | ), |
| 26 | 'G' => |
| 27 | array ( |
| 28 | 'GuzzleHttp\\Psr7\\' => 16, |
| 29 | 'GuzzleHttp\\Promise\\' => 19, |
| 30 | 'GuzzleHttp\\' => 11, |
| 31 | ), |
| 32 | 'F' => |
| 33 | array ( |
| 34 | 'Firebase\\JWT\\' => 13, |
| 35 | ), |
| 36 | 'C' => |
| 37 | array ( |
| 38 | 'CharlesRumley\\Tests\\' => 20, |
| 39 | 'CharlesRumley\\' => 14, |
| 40 | ), |
| 41 | ); |
| 42 | |
| 43 | public static $prefixDirsPsr4 = array ( |
| 44 | 'SiteGround_i18n\\' => |
| 45 | array ( |
| 46 | 0 => __DIR__ . '/..' . '/siteground/siteground-i18n/src', |
| 47 | ), |
| 48 | 'SG_AI_Studio\\' => |
| 49 | array ( |
| 50 | 0 => __DIR__ . '/../..' . '/core', |
| 51 | ), |
| 52 | 'Psr\\Http\\Message\\' => |
| 53 | array ( |
| 54 | 0 => __DIR__ . '/..' . '/psr/http-factory/src', |
| 55 | 1 => __DIR__ . '/..' . '/psr/http-message/src', |
| 56 | ), |
| 57 | 'Psr\\Http\\Client\\' => |
| 58 | array ( |
| 59 | 0 => __DIR__ . '/..' . '/psr/http-client/src', |
| 60 | ), |
| 61 | 'GuzzleHttp\\Psr7\\' => |
| 62 | array ( |
| 63 | 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', |
| 64 | ), |
| 65 | 'GuzzleHttp\\Promise\\' => |
| 66 | array ( |
| 67 | 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', |
| 68 | ), |
| 69 | 'GuzzleHttp\\' => |
| 70 | array ( |
| 71 | 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', |
| 72 | ), |
| 73 | 'Firebase\\JWT\\' => |
| 74 | array ( |
| 75 | 0 => __DIR__ . '/..' . '/firebase/php-jwt/src', |
| 76 | ), |
| 77 | 'CharlesRumley\\Tests\\' => |
| 78 | array ( |
| 79 | 0 => __DIR__ . '/..' . '/charles-rumley/php-po-to-json/tests', |
| 80 | ), |
| 81 | 'CharlesRumley\\' => |
| 82 | array ( |
| 83 | 0 => __DIR__ . '/..' . '/charles-rumley/php-po-to-json/src', |
| 84 | ), |
| 85 | ); |
| 86 | |
| 87 | public static $prefixesPsr0 = array ( |
| 88 | 'S' => |
| 89 | array ( |
| 90 | 'Sepia' => |
| 91 | array ( |
| 92 | 0 => __DIR__ . '/..' . '/sepia/po-parser/src', |
| 93 | ), |
| 94 | ), |
| 95 | ); |
| 96 | |
| 97 | public static $classMap = array ( |
| 98 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 99 | ); |
| 100 | |
| 101 | public static function getInitializer(ClassLoader $loader) |
| 102 | { |
| 103 | return \Closure::bind(function () use ($loader) { |
| 104 | $loader->prefixLengthsPsr4 = ComposerStaticInit0382e0644fae7cd5247775f6ea49cb88::$prefixLengthsPsr4; |
| 105 | $loader->prefixDirsPsr4 = ComposerStaticInit0382e0644fae7cd5247775f6ea49cb88::$prefixDirsPsr4; |
| 106 | $loader->prefixesPsr0 = ComposerStaticInit0382e0644fae7cd5247775f6ea49cb88::$prefixesPsr0; |
| 107 | $loader->classMap = ComposerStaticInit0382e0644fae7cd5247775f6ea49cb88::$classMap; |
| 108 | |
| 109 | }, null, ClassLoader::class); |
| 110 | } |
| 111 | } |
| 112 |