1234567891011121314151617181920212223242526272829 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
- return array(
- 'think\\worker\\' => array($vendorDir . '/topthink/think-worker/src'),
- 'think\\oracle\\' => array($vendorDir . '/topthink/think-oracle/src'),
- 'think\\mongo\\' => array($vendorDir . '/topthink/think-mongo/src'),
- 'think\\migration\\' => array($vendorDir . '/topthink/think-migration/src'),
- '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($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-image/src', $vendorDir . '/topthink/think-queue/src'),
- 'app\\' => array($baseDir . '/application'),
- 'Workerman\\' => array($vendorDir . '/workerman/workerman'),
- 'Phinx\\' => array($vendorDir . '/topthink/think-migration/phinx/src/Phinx'),
- 'Aliyun\\' => array($vendorDir . '/aliyun'),
- 'Workerman\\' => array($vendorDir . '/workerman/workerman'),
- 'GatewayWorker\\' => array($vendorDir . '/workerman/gateway-worker/src'),
- 'TencentCloud\\' => array($vendorDir . '/TencentCloud/src/TencentCloud'),
- 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
- 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
- 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
- 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
- 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
- );
|