ClassLoader.php
3 years ago
InstalledVersions.php
3 years ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
3 years ago
installed.php
3 years ago
platform_check.php
3 years ago
autoload_static.php
110 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit87831a381a8e787c5b694255be01c924 |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'I' => |
| 11 | array ( |
| 12 | 'IAWP\\Psr\\Http\\Message\\' => 22, |
| 13 | 'IAWP\\MaxMind\\Db\\' => 16, |
| 14 | 'IAWP\\League\\Uri\\' => 16, |
| 15 | 'IAWP\\League\\Plates\\' => 19, |
| 16 | ), |
| 17 | ); |
| 18 | |
| 19 | public static $prefixDirsPsr4 = array ( |
| 20 | 'IAWP\\Psr\\Http\\Message\\' => |
| 21 | array ( |
| 22 | 0 => __DIR__ . '/..' . '/psr/http-message/src', |
| 23 | ), |
| 24 | 'IAWP\\MaxMind\\Db\\' => |
| 25 | array ( |
| 26 | 0 => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db', |
| 27 | ), |
| 28 | 'IAWP\\League\\Uri\\' => |
| 29 | array ( |
| 30 | 0 => __DIR__ . '/..' . '/league/uri/src', |
| 31 | 1 => __DIR__ . '/..' . '/league/uri-interfaces/src', |
| 32 | ), |
| 33 | 'IAWP\\League\\Plates\\' => |
| 34 | array ( |
| 35 | 0 => __DIR__ . '/..' . '/league/plates/src', |
| 36 | ), |
| 37 | ); |
| 38 | |
| 39 | public static $classMap = array ( |
| 40 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 41 | 'IAWP\\League\\Plates\\Engine' => __DIR__ . '/..' . '/league/plates/src/Engine.php', |
| 42 | 'IAWP\\League\\Plates\\Extension\\Asset' => __DIR__ . '/..' . '/league/plates/src/Extension/Asset.php', |
| 43 | 'IAWP\\League\\Plates\\Extension\\ExtensionInterface' => __DIR__ . '/..' . '/league/plates/src/Extension/ExtensionInterface.php', |
| 44 | 'IAWP\\League\\Plates\\Extension\\URI' => __DIR__ . '/..' . '/league/plates/src/Extension/URI.php', |
| 45 | 'IAWP\\League\\Plates\\Template\\Data' => __DIR__ . '/..' . '/league/plates/src/Template/Data.php', |
| 46 | 'IAWP\\League\\Plates\\Template\\Directory' => __DIR__ . '/..' . '/league/plates/src/Template/Directory.php', |
| 47 | 'IAWP\\League\\Plates\\Template\\FileExtension' => __DIR__ . '/..' . '/league/plates/src/Template/FileExtension.php', |
| 48 | 'IAWP\\League\\Plates\\Template\\Folder' => __DIR__ . '/..' . '/league/plates/src/Template/Folder.php', |
| 49 | 'IAWP\\League\\Plates\\Template\\Folders' => __DIR__ . '/..' . '/league/plates/src/Template/Folders.php', |
| 50 | 'IAWP\\League\\Plates\\Template\\Func' => __DIR__ . '/..' . '/league/plates/src/Template/Func.php', |
| 51 | 'IAWP\\League\\Plates\\Template\\Functions' => __DIR__ . '/..' . '/league/plates/src/Template/Functions.php', |
| 52 | 'IAWP\\League\\Plates\\Template\\Name' => __DIR__ . '/..' . '/league/plates/src/Template/Name.php', |
| 53 | 'IAWP\\League\\Plates\\Template\\Template' => __DIR__ . '/..' . '/league/plates/src/Template/Template.php', |
| 54 | 'IAWP\\League\\Uri\\Contracts\\AuthorityInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/AuthorityInterface.php', |
| 55 | 'IAWP\\League\\Uri\\Contracts\\DataPathInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/DataPathInterface.php', |
| 56 | 'IAWP\\League\\Uri\\Contracts\\DomainHostInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/DomainHostInterface.php', |
| 57 | 'IAWP\\League\\Uri\\Contracts\\FragmentInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/FragmentInterface.php', |
| 58 | 'IAWP\\League\\Uri\\Contracts\\HostInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/HostInterface.php', |
| 59 | 'IAWP\\League\\Uri\\Contracts\\IpHostInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/IpHostInterface.php', |
| 60 | 'IAWP\\League\\Uri\\Contracts\\PathInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/PathInterface.php', |
| 61 | 'IAWP\\League\\Uri\\Contracts\\PortInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/PortInterface.php', |
| 62 | 'IAWP\\League\\Uri\\Contracts\\QueryInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/QueryInterface.php', |
| 63 | 'IAWP\\League\\Uri\\Contracts\\SegmentedPathInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php', |
| 64 | 'IAWP\\League\\Uri\\Contracts\\UriComponentInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/UriComponentInterface.php', |
| 65 | 'IAWP\\League\\Uri\\Contracts\\UriException' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/UriException.php', |
| 66 | 'IAWP\\League\\Uri\\Contracts\\UriInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/UriInterface.php', |
| 67 | 'IAWP\\League\\Uri\\Contracts\\UserInfoInterface' => __DIR__ . '/..' . '/league/uri-interfaces/src/Contracts/UserInfoInterface.php', |
| 68 | 'IAWP\\League\\Uri\\Exceptions\\FileinfoSupportMissing' => __DIR__ . '/..' . '/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php', |
| 69 | 'IAWP\\League\\Uri\\Exceptions\\IdnSupportMissing' => __DIR__ . '/..' . '/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php', |
| 70 | 'IAWP\\League\\Uri\\Exceptions\\IdnaConversionFailed' => __DIR__ . '/..' . '/league/uri-interfaces/src/Exceptions/IdnaConversionFailed.php', |
| 71 | 'IAWP\\League\\Uri\\Exceptions\\SyntaxError' => __DIR__ . '/..' . '/league/uri-interfaces/src/Exceptions/SyntaxError.php', |
| 72 | 'IAWP\\League\\Uri\\Exceptions\\TemplateCanNotBeExpanded' => __DIR__ . '/..' . '/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php', |
| 73 | 'IAWP\\League\\Uri\\Http' => __DIR__ . '/..' . '/league/uri/src/Http.php', |
| 74 | 'IAWP\\League\\Uri\\HttpFactory' => __DIR__ . '/..' . '/league/uri/src/HttpFactory.php', |
| 75 | 'IAWP\\League\\Uri\\Idna\\Idna' => __DIR__ . '/..' . '/league/uri-interfaces/src/Idna/Idna.php', |
| 76 | 'IAWP\\League\\Uri\\Idna\\IdnaInfo' => __DIR__ . '/..' . '/league/uri-interfaces/src/Idna/IdnaInfo.php', |
| 77 | 'IAWP\\League\\Uri\\Uri' => __DIR__ . '/..' . '/league/uri/src/Uri.php', |
| 78 | 'IAWP\\League\\Uri\\UriInfo' => __DIR__ . '/..' . '/league/uri/src/UriInfo.php', |
| 79 | 'IAWP\\League\\Uri\\UriResolver' => __DIR__ . '/..' . '/league/uri/src/UriResolver.php', |
| 80 | 'IAWP\\League\\Uri\\UriString' => __DIR__ . '/..' . '/league/uri/src/UriString.php', |
| 81 | 'IAWP\\League\\Uri\\UriTemplate' => __DIR__ . '/..' . '/league/uri/src/UriTemplate.php', |
| 82 | 'IAWP\\League\\Uri\\UriTemplate\\Expression' => __DIR__ . '/..' . '/league/uri/src/UriTemplate/Expression.php', |
| 83 | 'IAWP\\League\\Uri\\UriTemplate\\Template' => __DIR__ . '/..' . '/league/uri/src/UriTemplate/Template.php', |
| 84 | 'IAWP\\League\\Uri\\UriTemplate\\VarSpecifier' => __DIR__ . '/..' . '/league/uri/src/UriTemplate/VarSpecifier.php', |
| 85 | 'IAWP\\League\\Uri\\UriTemplate\\VariableBag' => __DIR__ . '/..' . '/league/uri/src/UriTemplate/VariableBag.php', |
| 86 | 'IAWP\\MaxMind\\Db\\Reader' => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db/Reader.php', |
| 87 | 'IAWP\\MaxMind\\Db\\Reader\\Decoder' => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php', |
| 88 | 'IAWP\\MaxMind\\Db\\Reader\\InvalidDatabaseException' => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php', |
| 89 | 'IAWP\\MaxMind\\Db\\Reader\\Metadata' => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php', |
| 90 | 'IAWP\\MaxMind\\Db\\Reader\\Util' => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php', |
| 91 | 'IAWP\\Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/..' . '/psr/http-message/src/MessageInterface.php', |
| 92 | 'IAWP\\Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/RequestInterface.php', |
| 93 | 'IAWP\\Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/..' . '/psr/http-message/src/ResponseInterface.php', |
| 94 | 'IAWP\\Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/ServerRequestInterface.php', |
| 95 | 'IAWP\\Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/..' . '/psr/http-message/src/StreamInterface.php', |
| 96 | 'IAWP\\Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/..' . '/psr/http-message/src/UploadedFileInterface.php', |
| 97 | 'IAWP\\Psr\\Http\\Message\\UriInterface' => __DIR__ . '/..' . '/psr/http-message/src/UriInterface.php', |
| 98 | ); |
| 99 | |
| 100 | public static function getInitializer(ClassLoader $loader) |
| 101 | { |
| 102 | return \Closure::bind(function () use ($loader) { |
| 103 | $loader->prefixLengthsPsr4 = ComposerStaticInit87831a381a8e787c5b694255be01c924::$prefixLengthsPsr4; |
| 104 | $loader->prefixDirsPsr4 = ComposerStaticInit87831a381a8e787c5b694255be01c924::$prefixDirsPsr4; |
| 105 | $loader->classMap = ComposerStaticInit87831a381a8e787c5b694255be01c924::$classMap; |
| 106 | |
| 107 | }, null, ClassLoader::class); |
| 108 | } |
| 109 | } |
| 110 |