123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit74794bfe79cbabcac146f5fbfe3de9d7
- {
- public static $files = array (
- '72142d7b40a3a0b14e91825290b5ad82' => __DIR__ . '/..' . '/cakephp/core/functions.php',
- '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
- '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
- '028fdea3165c4ba1ecccc83b7fec69fc' => __DIR__ . '/..' . '/cakephp/collection/functions.php',
- '948ad5488880985ff1c06721a4e447fe' => __DIR__ . '/..' . '/cakephp/utility/bootstrap.php',
- );
- public static $prefixLengthsPsr4 = array (
- 't' =>
- array (
- 'think\\composer\\' => 15,
- ),
- 'a' =>
- array (
- 'app\\' => 4,
- ),
- 'S' =>
- array (
- 'Symfony\\Polyfill\\Mbstring\\' => 26,
- 'Symfony\\Polyfill\\Ctype\\' => 23,
- 'Symfony\\Contracts\\' => 18,
- 'Symfony\\Component\\Yaml\\' => 23,
- 'Symfony\\Component\\Filesystem\\' => 29,
- 'Symfony\\Component\\Console\\' => 26,
- 'Symfony\\Component\\Config\\' => 25,
- ),
- 'P' =>
- array (
- 'Psr\\SimpleCache\\' => 16,
- 'Psr\\Log\\' => 8,
- 'Phinx\\' => 6,
- ),
- 'F' =>
- array (
- 'Firebase\\JWT\\' => 13,
- ),
- 'C' =>
- array (
- 'Cake\\Utility\\' => 13,
- 'Cake\\Log\\' => 9,
- 'Cake\\Datasource\\' => 16,
- 'Cake\\Database\\' => 14,
- 'Cake\\Core\\' => 10,
- 'Cake\\Collection\\' => 16,
- 'Cake\\Cache\\' => 11,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'think\\composer\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
- ),
- 'app\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/application',
- ),
- 'Symfony\\Polyfill\\Mbstring\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
- ),
- 'Symfony\\Polyfill\\Ctype\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
- ),
- 'Symfony\\Contracts\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/contracts',
- ),
- 'Symfony\\Component\\Yaml\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/yaml',
- ),
- 'Symfony\\Component\\Filesystem\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/filesystem',
- ),
- 'Symfony\\Component\\Console\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/console',
- ),
- 'Symfony\\Component\\Config\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/config',
- ),
- 'Psr\\SimpleCache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
- ),
- 'Psr\\Log\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
- ),
- 'Phinx\\' =>
- array (
- 0 => __DIR__ . '/..' . '/robmorgan/phinx/src/Phinx',
- ),
- 'Firebase\\JWT\\' =>
- array (
- 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
- ),
- 'Cake\\Utility\\' =>
- array (
- 0 => __DIR__ . '/..' . '/cakephp/utility',
- ),
- 'Cake\\Log\\' =>
- array (
- 0 => __DIR__ . '/..' . '/cakephp/log',
- ),
- 'Cake\\Datasource\\' =>
- array (
- 0 => __DIR__ . '/..' . '/cakephp/datasource',
- ),
- 'Cake\\Database\\' =>
- array (
- 0 => __DIR__ . '/..' . '/cakephp/database',
- ),
- 'Cake\\Core\\' =>
- array (
- 0 => __DIR__ . '/..' . '/cakephp/core',
- ),
- 'Cake\\Collection\\' =>
- array (
- 0 => __DIR__ . '/..' . '/cakephp/collection',
- ),
- 'Cake\\Cache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/cakephp/cache',
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit74794bfe79cbabcac146f5fbfe3de9d7::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit74794bfe79cbabcac146f5fbfe3de9d7::$prefixDirsPsr4;
- }, null, ClassLoader::class);
- }
- }
|