| @@ -5,43 +5,8 @@ | ||
| 5 | 5 | namespace Composer\Autoload; |
| 6 | 6 | |
| 7 | 7 | class ComposerStaticIniteca8ca06891d3b01861d0d9b6baca877 |
| 8 | 8 | { |
| 9 | - public static $files = array ( | |
| 10 | - '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', | |
| 11 | - ); | |
| 12 | - | |
| 13 | - public static $prefixLengthsPsr4 = array ( | |
| 14 | - 'P' => | |
| 15 | - array ( | |
| 16 | - 'Psr\\Http\\Message\\' => 17, | |
| 17 | - ), | |
| 18 | - 'I' => | |
| 19 | - array ( | |
| 20 | - 'Intervention\\Image\\' => 19, | |
| 21 | - ), | |
| 22 | - 'G' => | |
| 23 | - array ( | |
| 24 | - 'GuzzleHttp\\Psr7\\' => 16, | |
| 25 | - ), | |
| 26 | - ); | |
| 27 | - | |
| 28 | - public static $prefixDirsPsr4 = array ( | |
| 29 | - 'Psr\\Http\\Message\\' => | |
| 30 | - array ( | |
| 31 | - 0 => __DIR__ . '/..' . '/psr/http-message/src', | |
| 32 | - 1 => __DIR__ . '/..' . '/psr/http-factory/src', | |
| 33 | - ), | |
| 34 | - 'Intervention\\Image\\' => | |
| 35 | - array ( | |
| 36 | - 0 => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image', | |
| 37 | - ), | |
| 38 | - 'GuzzleHttp\\Psr7\\' => | |
| 39 | - array ( | |
| 40 | - 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', | |
| 41 | - ), | |
| 42 | - ); | |
| 43 | - | |
| 44 | 9 | public static $classMap = array ( |
| 45 | 10 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 46 | 11 | ); |
| 47 | 12 | |
| @@ -47,10 +12,8 @@ | ||
| 47 | 12 | |
| 48 | 13 | public static function getInitializer(ClassLoader $loader) |
| 49 | 14 | { |
| 50 | 15 | return \Closure::bind(function () use ($loader) { |
| 51 | - $loader->prefixLengthsPsr4 = ComposerStaticIniteca8ca06891d3b01861d0d9b6baca877::$prefixLengthsPsr4; | |
| 52 | - $loader->prefixDirsPsr4 = ComposerStaticIniteca8ca06891d3b01861d0d9b6baca877::$prefixDirsPsr4; | |
| 53 | 16 | $loader->classMap = ComposerStaticIniteca8ca06891d3b01861d0d9b6baca877::$classMap; |
| 54 | 17 | |
| 55 | 18 | }, null, ClassLoader::class); |
| 56 | 19 | } |