123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInitdf1f81a0630f57ab5fb14da5bc0832c6
- {
- public static $prefixLengthsPsr4 = array (
- 'W' =>
- array (
- 'WebSocket\\' => 10,
- ),
- 'P' =>
- array (
- 'Psr\\Log\\' => 8,
- 'Psr\\Http\\Message\\' => 17,
- 'Phrity\\Util\\' => 12,
- 'Phrity\\Net\\' => 11,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'WebSocket\\' =>
- array (
- 0 => __DIR__ . '/..' . '/textalk/websocket/lib',
- ),
- 'Psr\\Log\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/log/src',
- ),
- 'Psr\\Http\\Message\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/http-message/src',
- 1 => __DIR__ . '/..' . '/psr/http-factory/src',
- ),
- 'Phrity\\Util\\' =>
- array (
- 0 => __DIR__ . '/..' . '/phrity/util-errorhandler/src',
- ),
- 'Phrity\\Net\\' =>
- array (
- 0 => __DIR__ . '/..' . '/phrity/net-uri/src',
- ),
- );
- public static $classMap = array (
- 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInitdf1f81a0630f57ab5fb14da5bc0832c6::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInitdf1f81a0630f57ab5fb14da5bc0832c6::$prefixDirsPsr4;
- $loader->classMap = ComposerStaticInitdf1f81a0630f57ab5fb14da5bc0832c6::$classMap;
- }, null, ClassLoader::class);
- }
- }
|