autoload_static.php 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit5de8bfd901b6f44a4f2292873fcaafe8
  5. {
  6. public static $files = array (
  7. '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
  8. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  9. 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
  10. '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
  11. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  12. );
  13. public static $prefixLengthsPsr4 = array (
  14. 'S' =>
  15. array (
  16. 'Symfony\\Polyfill\\Ctype\\' => 23,
  17. ),
  18. 'P' =>
  19. array (
  20. 'Psr\\Http\\Message\\' => 17,
  21. 'PHPOnCouch\\Exceptions\\' => 22,
  22. 'PHPOnCouch\\Adapter\\' => 19,
  23. 'PHPOnCouch\\' => 11,
  24. 'PHPCouchDB\\' => 11,
  25. ),
  26. 'G' =>
  27. array (
  28. 'GuzzleHttp\\Psr7\\' => 16,
  29. 'GuzzleHttp\\Promise\\' => 19,
  30. 'GuzzleHttp\\' => 11,
  31. ),
  32. 'D' =>
  33. array (
  34. 'Dotenv\\' => 7,
  35. ),
  36. );
  37. public static $prefixDirsPsr4 = array (
  38. 'Symfony\\Polyfill\\Ctype\\' =>
  39. array (
  40. 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
  41. ),
  42. 'Psr\\Http\\Message\\' =>
  43. array (
  44. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  45. ),
  46. 'PHPOnCouch\\Exceptions\\' =>
  47. array (
  48. 0 => __DIR__ . '/..' . '/php-on-couch/php-on-couch/src/Exceptions',
  49. ),
  50. 'PHPOnCouch\\Adapter\\' =>
  51. array (
  52. 0 => __DIR__ . '/..' . '/php-on-couch/php-on-couch/src/Adapter',
  53. ),
  54. 'PHPOnCouch\\' =>
  55. array (
  56. 0 => __DIR__ . '/..' . '/php-on-couch/php-on-couch/src',
  57. ),
  58. 'PHPCouchDB\\' =>
  59. array (
  60. 0 => __DIR__ . '/..' . '/ibm-watson-data-lab/php-couchdb/src/PHPCouchDB',
  61. ),
  62. 'GuzzleHttp\\Psr7\\' =>
  63. array (
  64. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  65. ),
  66. 'GuzzleHttp\\Promise\\' =>
  67. array (
  68. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  69. ),
  70. 'GuzzleHttp\\' =>
  71. array (
  72. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  73. ),
  74. 'Dotenv\\' =>
  75. array (
  76. 0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src',
  77. ),
  78. );
  79. public static function getInitializer(ClassLoader $loader)
  80. {
  81. return \Closure::bind(function () use ($loader) {
  82. $loader->prefixLengthsPsr4 = ComposerStaticInit5de8bfd901b6f44a4f2292873fcaafe8::$prefixLengthsPsr4;
  83. $loader->prefixDirsPsr4 = ComposerStaticInit5de8bfd901b6f44a4f2292873fcaafe8::$prefixDirsPsr4;
  84. }, null, ClassLoader::class);
  85. }
  86. }