123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit5de8bfd901b6f44a4f2292873fcaafe8
- {
- public static $files = array (
- '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
- 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
- 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
- '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
- '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'S' =>
- array (
- 'Symfony\\Polyfill\\Ctype\\' => 23,
- ),
- 'P' =>
- array (
- 'Psr\\Http\\Message\\' => 17,
- 'PHPOnCouch\\Exceptions\\' => 22,
- 'PHPOnCouch\\Adapter\\' => 19,
- 'PHPOnCouch\\' => 11,
- 'PHPCouchDB\\' => 11,
- ),
- 'G' =>
- array (
- 'GuzzleHttp\\Psr7\\' => 16,
- 'GuzzleHttp\\Promise\\' => 19,
- 'GuzzleHttp\\' => 11,
- ),
- 'D' =>
- array (
- 'Dotenv\\' => 7,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'Symfony\\Polyfill\\Ctype\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
- ),
- 'Psr\\Http\\Message\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/http-message/src',
- ),
- 'PHPOnCouch\\Exceptions\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-on-couch/php-on-couch/src/Exceptions',
- ),
- 'PHPOnCouch\\Adapter\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-on-couch/php-on-couch/src/Adapter',
- ),
- 'PHPOnCouch\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-on-couch/php-on-couch/src',
- ),
- 'PHPCouchDB\\' =>
- array (
- 0 => __DIR__ . '/..' . '/ibm-watson-data-lab/php-couchdb/src/PHPCouchDB',
- ),
- 'GuzzleHttp\\Psr7\\' =>
- array (
- 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
- ),
- 'GuzzleHttp\\Promise\\' =>
- array (
- 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
- ),
- 'GuzzleHttp\\' =>
- array (
- 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
- ),
- 'Dotenv\\' =>
- array (
- 0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src',
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit5de8bfd901b6f44a4f2292873fcaafe8::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit5de8bfd901b6f44a4f2292873fcaafe8::$prefixDirsPsr4;
- }, null, ClassLoader::class);
- }
- }
|