123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
- return array(
- 'wxapp\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/wxapp'),
- 'tree\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/tree'),
- 'think\\view\\driver\\' => array($vendorDir . '/thinkcmf/think-view/src'),
- 'think\\trace\\' => array($vendorDir . '/topthink/think-trace/src'),
- 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
- 'think\\' => array($vendorDir . '/thinkcmf/cmf-route/src', $vendorDir . '/thinkcmf/think-template/src', $vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-helper/src', $vendorDir . '/topthink/think-orm/src'),
- '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-app/src', $vendorDir . '/thinkcmf/cmf-install/src'),
- 'api\\' => array($baseDir . '/api', $vendorDir . '/thinkcmf/cmf-api/src'),
- 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
- 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'),
- 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
- 'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
- 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
- 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
- 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
- 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
- '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'),
- );
|