| 12345678910111213141516171819202122232425262728293031323334 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(__DIR__);
- $baseDir = dirname($vendorDir);
- return array(
- 'wxapp\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/wxapp'),
- 'tree\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/tree'),
- 'think\\trace\\' => array($vendorDir . '/topthink/think-trace/src'),
- 'think\\migration\\' => array($vendorDir . '/xia/migration/src'),
- 'think\\captcha\\' => array($vendorDir . '/thinkcmf/cmf-captcha/src'),
- 'think\\' => array($vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-helper/src', $vendorDir . '/topthink/think-orm/src', $vendorDir . '/thinkcmf/cmf/think'),
- 'themes\\' => array($baseDir . '/public/themes'),
- 'plugins\\' => array($baseDir . '/public/plugins'),
- 'mindplay\\annotations\\' => array($vendorDir . '/mindplay/annotations/src/annotations'),
- 'dir\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/dir'),
- 'cmf\\composer\\' => array($vendorDir . '/thinkcmf/cmf-root/src'),
- 'cmf\\' => array($vendorDir . '/thinkcmf/cmf/src'),
- 'app\\admin\\' => array($vendorDir . '/thinkcmf/cmf-appstore/src'),
- 'app\\' => array($baseDir . '/app', $vendorDir . '/thinkcmf/cmf-install/src', $vendorDir . '/thinkcmf/cmf-app/src'),
- 'api\\' => array($baseDir . '/api', $vendorDir . '/thinkcmf/cmf-api/src'),
- 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
- 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
- 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
- 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
- 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
- 'Phinx\\' => array($vendorDir . '/xia/migration/phinx/src/Phinx'),
- 'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
- 'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'),
- 'League\\Flysystem\\Cached\\' => array($vendorDir . '/league/flysystem-cached-adapter/src'),
- 'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
- );
|