123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?php
-
- // autoload_psr4.php @generated by Composer
-
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
-
- return array(
- 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
- 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
- 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
- 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
- 'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
- 'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
- 'Symfony\\Component\\HttpKernel\\' => array($vendorDir . '/symfony/http-kernel'),
- 'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
- 'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
- 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
- 'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
- 'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
- 'Qiniu\\' => array($vendorDir . '/qiniu/php-sdk/src/Qiniu'),
- 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
- 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
- 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
- 'Predis\\' => array($vendorDir . '/predis/predis/src'),
- 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
- 'Laravel\\Lumen\\' => array($vendorDir . '/laravel/lumen-framework/src'),
- 'Illuminate\\View\\' => array($vendorDir . '/illuminate/view'),
- 'Illuminate\\Validation\\' => array($vendorDir . '/illuminate/validation'),
- 'Illuminate\\Translation\\' => array($vendorDir . '/illuminate/translation'),
- 'Illuminate\\Support\\' => array($vendorDir . '/illuminate/support'),
- 'Illuminate\\Session\\' => array($vendorDir . '/illuminate/session'),
- 'Illuminate\\Redis\\' => array($vendorDir . '/illuminate/redis'),
- 'Illuminate\\Queue\\' => array($vendorDir . '/illuminate/queue'),
- 'Illuminate\\Pipeline\\' => array($vendorDir . '/illuminate/pipeline'),
- 'Illuminate\\Pagination\\' => array($vendorDir . '/illuminate/pagination'),
- 'Illuminate\\Log\\' => array($vendorDir . '/illuminate/log'),
- 'Illuminate\\Http\\' => array($vendorDir . '/illuminate/http'),
- 'Illuminate\\Hashing\\' => array($vendorDir . '/illuminate/hashing'),
- 'Illuminate\\Filesystem\\' => array($vendorDir . '/illuminate/filesystem'),
- 'Illuminate\\Events\\' => array($vendorDir . '/illuminate/events'),
- 'Illuminate\\Encryption\\' => array($vendorDir . '/illuminate/encryption'),
- 'Illuminate\\Database\\' => array($vendorDir . '/illuminate/database'),
- 'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
- 'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
- 'Illuminate\\Console\\' => array($vendorDir . '/illuminate/console'),
- 'Illuminate\\Config\\' => array($vendorDir . '/illuminate/config'),
- 'Illuminate\\Cache\\' => array($vendorDir . '/illuminate/cache'),
- 'Illuminate\\Bus\\' => array($vendorDir . '/illuminate/bus'),
- 'Illuminate\\Broadcasting\\' => array($vendorDir . '/illuminate/broadcasting'),
- 'Illuminate\\Auth\\' => array($vendorDir . '/illuminate/auth'),
- 'FastRoute\\' => array($vendorDir . '/nikic/fast-route/src'),
- 'Faker\\' => array($vendorDir . '/fzaninotto/faker/src/Faker'),
- 'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'),
- 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
- 'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
- 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
- 'Cron\\' => array($vendorDir . '/dragonmantank/cron-expression/src/Cron'),
- 'App\\' => array($baseDir . '/app'),
- 'Aliyun\\' => array($baseDir . '/app/Libs/Aliyun'),
- '' => array($vendorDir . '/nesbot/carbon/src'),
- );
|