autoload_static.php 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit74794bfe79cbabcac146f5fbfe3de9d7
  5. {
  6. public static $files = array (
  7. '72142d7b40a3a0b14e91825290b5ad82' => __DIR__ . '/..' . '/cakephp/core/functions.php',
  8. '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
  9. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  10. '028fdea3165c4ba1ecccc83b7fec69fc' => __DIR__ . '/..' . '/cakephp/collection/functions.php',
  11. '948ad5488880985ff1c06721a4e447fe' => __DIR__ . '/..' . '/cakephp/utility/bootstrap.php',
  12. );
  13. public static $prefixLengthsPsr4 = array (
  14. 't' =>
  15. array (
  16. 'think\\composer\\' => 15,
  17. ),
  18. 'a' =>
  19. array (
  20. 'app\\' => 4,
  21. ),
  22. 'S' =>
  23. array (
  24. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  25. 'Symfony\\Polyfill\\Ctype\\' => 23,
  26. 'Symfony\\Contracts\\' => 18,
  27. 'Symfony\\Component\\Yaml\\' => 23,
  28. 'Symfony\\Component\\Filesystem\\' => 29,
  29. 'Symfony\\Component\\Console\\' => 26,
  30. 'Symfony\\Component\\Config\\' => 25,
  31. ),
  32. 'P' =>
  33. array (
  34. 'Psr\\SimpleCache\\' => 16,
  35. 'Psr\\Log\\' => 8,
  36. 'Phinx\\' => 6,
  37. ),
  38. 'F' =>
  39. array (
  40. 'Firebase\\JWT\\' => 13,
  41. ),
  42. 'C' =>
  43. array (
  44. 'Cake\\Utility\\' => 13,
  45. 'Cake\\Log\\' => 9,
  46. 'Cake\\Datasource\\' => 16,
  47. 'Cake\\Database\\' => 14,
  48. 'Cake\\Core\\' => 10,
  49. 'Cake\\Collection\\' => 16,
  50. 'Cake\\Cache\\' => 11,
  51. ),
  52. );
  53. public static $prefixDirsPsr4 = array (
  54. 'think\\composer\\' =>
  55. array (
  56. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  57. ),
  58. 'app\\' =>
  59. array (
  60. 0 => __DIR__ . '/../..' . '/application',
  61. ),
  62. 'Symfony\\Polyfill\\Mbstring\\' =>
  63. array (
  64. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  65. ),
  66. 'Symfony\\Polyfill\\Ctype\\' =>
  67. array (
  68. 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
  69. ),
  70. 'Symfony\\Contracts\\' =>
  71. array (
  72. 0 => __DIR__ . '/..' . '/symfony/contracts',
  73. ),
  74. 'Symfony\\Component\\Yaml\\' =>
  75. array (
  76. 0 => __DIR__ . '/..' . '/symfony/yaml',
  77. ),
  78. 'Symfony\\Component\\Filesystem\\' =>
  79. array (
  80. 0 => __DIR__ . '/..' . '/symfony/filesystem',
  81. ),
  82. 'Symfony\\Component\\Console\\' =>
  83. array (
  84. 0 => __DIR__ . '/..' . '/symfony/console',
  85. ),
  86. 'Symfony\\Component\\Config\\' =>
  87. array (
  88. 0 => __DIR__ . '/..' . '/symfony/config',
  89. ),
  90. 'Psr\\SimpleCache\\' =>
  91. array (
  92. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  93. ),
  94. 'Psr\\Log\\' =>
  95. array (
  96. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  97. ),
  98. 'Phinx\\' =>
  99. array (
  100. 0 => __DIR__ . '/..' . '/robmorgan/phinx/src/Phinx',
  101. ),
  102. 'Firebase\\JWT\\' =>
  103. array (
  104. 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
  105. ),
  106. 'Cake\\Utility\\' =>
  107. array (
  108. 0 => __DIR__ . '/..' . '/cakephp/utility',
  109. ),
  110. 'Cake\\Log\\' =>
  111. array (
  112. 0 => __DIR__ . '/..' . '/cakephp/log',
  113. ),
  114. 'Cake\\Datasource\\' =>
  115. array (
  116. 0 => __DIR__ . '/..' . '/cakephp/datasource',
  117. ),
  118. 'Cake\\Database\\' =>
  119. array (
  120. 0 => __DIR__ . '/..' . '/cakephp/database',
  121. ),
  122. 'Cake\\Core\\' =>
  123. array (
  124. 0 => __DIR__ . '/..' . '/cakephp/core',
  125. ),
  126. 'Cake\\Collection\\' =>
  127. array (
  128. 0 => __DIR__ . '/..' . '/cakephp/collection',
  129. ),
  130. 'Cake\\Cache\\' =>
  131. array (
  132. 0 => __DIR__ . '/..' . '/cakephp/cache',
  133. ),
  134. );
  135. public static function getInitializer(ClassLoader $loader)
  136. {
  137. return \Closure::bind(function () use ($loader) {
  138. $loader->prefixLengthsPsr4 = ComposerStaticInit74794bfe79cbabcac146f5fbfe3de9d7::$prefixLengthsPsr4;
  139. $loader->prefixDirsPsr4 = ComposerStaticInit74794bfe79cbabcac146f5fbfe3de9d7::$prefixDirsPsr4;
  140. }, null, ClassLoader::class);
  141. }
  142. }