123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit312a1f75dce9c5adc27329538beefb51
- {
- public static $files = array (
- '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
- 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
- '9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
- '8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
- '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'W' =>
- array (
- 'Webmozart\\Assert\\' => 17,
- ),
- 'S' =>
- array (
- 'Symfony\\Polyfill\\Ctype\\' => 23,
- 'Symfony\\Component\\OptionsResolver\\' => 34,
- ),
- 'P' =>
- array (
- 'Psr\\Http\\Message\\' => 17,
- ),
- 'H' =>
- array (
- 'Http\\Promise\\' => 13,
- 'Http\\Message\\MultipartStream\\' => 29,
- 'Http\\Message\\' => 13,
- 'Http\\Discovery\\' => 15,
- 'Http\\Client\\Curl\\' => 17,
- 'Http\\Client\\Common\\' => 19,
- 'Http\\Client\\' => 12,
- ),
- 'G' =>
- array (
- 'GuzzleHttp\\Psr7\\' => 16,
- ),
- 'C' =>
- array (
- 'Clue\\StreamFilter\\' => 18,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'Webmozart\\Assert\\' =>
- array (
- 0 => __DIR__ . '/..' . '/webmozart/assert/src',
- ),
- 'Symfony\\Polyfill\\Ctype\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
- ),
- 'Symfony\\Component\\OptionsResolver\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/options-resolver',
- ),
- 'Psr\\Http\\Message\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/http-message/src',
- ),
- 'Http\\Promise\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-http/promise/src',
- ),
- 'Http\\Message\\MultipartStream\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-http/multipart-stream-builder/src',
- ),
- 'Http\\Message\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-http/message/src',
- 1 => __DIR__ . '/..' . '/php-http/message-factory/src',
- ),
- 'Http\\Discovery\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-http/discovery/src',
- ),
- 'Http\\Client\\Curl\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-http/curl-client/src',
- ),
- 'Http\\Client\\Common\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-http/client-common/src',
- ),
- 'Http\\Client\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-http/httplug/src',
- ),
- 'GuzzleHttp\\Psr7\\' =>
- array (
- 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
- ),
- 'Clue\\StreamFilter\\' =>
- array (
- 0 => __DIR__ . '/..' . '/clue/stream-filter/src',
- ),
- );
- public static $prefixesPsr0 = array (
- 'M' =>
- array (
- 'Mailgun' =>
- array (
- 0 => __DIR__ . '/..' . '/mailgun/mailgun-php/src',
- ),
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit312a1f75dce9c5adc27329538beefb51::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit312a1f75dce9c5adc27329538beefb51::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInit312a1f75dce9c5adc27329538beefb51::$prefixesPsr0;
- }, null, ClassLoader::class);
- }
- }
|