1<?php 2 3// autoload_static.php @generated by Composer 4 5namespace Composer\Autoload; 6 7class ComposerStaticInit44d7d77793ab8d263cb8479c0fe13087 8{ 9 public static $files = array ( 10 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', 11 ); 12 13 public static $prefixLengthsPsr4 = array ( 14 'R' => 15 array ( 16 'React\\Promise\\' => 14, 17 ), 18 'P' => 19 array ( 20 'Psr\\Log\\' => 8, 21 ), 22 'L' => 23 array ( 24 'LanguageDetection\\' => 18, 25 ), 26 'G' => 27 array ( 28 'GuzzleHttp\\Stream\\' => 18, 29 'GuzzleHttp\\Ring\\' => 16, 30 ), 31 'E' => 32 array ( 33 'Elasticsearch\\' => 14, 34 'Elastica\\' => 9, 35 ), 36 ); 37 38 public static $prefixDirsPsr4 = array ( 39 'React\\Promise\\' => 40 array ( 41 0 => __DIR__ . '/..' . '/react/promise/src', 42 ), 43 'Psr\\Log\\' => 44 array ( 45 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', 46 ), 47 'LanguageDetection\\' => 48 array ( 49 0 => __DIR__ . '/..' . '/patrickschur/language-detection/src/LanguageDetection', 50 ), 51 'GuzzleHttp\\Stream\\' => 52 array ( 53 0 => __DIR__ . '/..' . '/guzzlehttp/streams/src', 54 ), 55 'GuzzleHttp\\Ring\\' => 56 array ( 57 0 => __DIR__ . '/..' . '/guzzlehttp/ringphp/src', 58 ), 59 'Elasticsearch\\' => 60 array ( 61 0 => __DIR__ . '/..' . '/elasticsearch/elasticsearch/src/Elasticsearch', 62 ), 63 'Elastica\\' => 64 array ( 65 0 => __DIR__ . '/..' . '/ruflin/elastica/lib/Elastica', 66 ), 67 ); 68 69 public static function getInitializer(ClassLoader $loader) 70 { 71 return \Closure::bind(function () use ($loader) { 72 $loader->prefixLengthsPsr4 = ComposerStaticInit44d7d77793ab8d263cb8479c0fe13087::$prefixLengthsPsr4; 73 $loader->prefixDirsPsr4 = ComposerStaticInit44d7d77793ab8d263cb8479c0fe13087::$prefixDirsPsr4; 74 75 }, null, ClassLoader::class); 76 } 77} 78