1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?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\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
- 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
- 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
- 'think\\' => array($vendorDir . '/topthink/think-image/src'),
- 'mindplay\\annotations\\' => array($vendorDir . '/mindplay/annotations/src/annotations'),
- 'dir\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/dir'),
- 'cmf\\' => array($vendorDir . '/thinkcmf/cmf/src'),
- 'app\\install\\' => array($vendorDir . '/thinkcmf/cmf-install/src'),
- 'app\\' => array($vendorDir . '/thinkcmf/cmf-app/src'),
- 'api\\' => array($vendorDir . '/thinkcmf/cmf-api/src'),
- 'Tightenco\\Collect\\' => array($vendorDir . '/tightenco/collect/src/Collect'),
- 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
- 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
- 'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
- 'QL\\' => array($vendorDir . '/jaeger/querylist/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\\Http\\Client\\' => array($vendorDir . '/psr/http-client/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\\' => array($vendorDir . '/league/flysystem/src'),
- 'Jaeger\\' => array($vendorDir . '/jaeger/g-http/src'),
- 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
- 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
- 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
- 'Cache\\TagInterop\\' => array($vendorDir . '/cache/tag-interop'),
- 'Cache\\Adapter\\Filesystem\\' => array($vendorDir . '/cache/filesystem-adapter'),
- 'Cache\\Adapter\\Common\\' => array($vendorDir . '/cache/adapter-common'),
- );
|