autoload_psr4.php 1.6 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\worker\\' => array($vendorDir . '/topthink/think-worker/src'),
  7. 'think\\oracle\\' => array($vendorDir . '/topthink/think-oracle/src'),
  8. 'think\\mongo\\' => array($vendorDir . '/topthink/think-mongo/src'),
  9. 'think\\migration\\' => array($vendorDir . '/topthink/think-migration/src'),
  10. 'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
  11. 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
  12. 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
  13. 'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-image/src', $vendorDir . '/topthink/think-queue/src'),
  14. 'app\\' => array($baseDir . '/application'),
  15. 'Workerman\\' => array($vendorDir . '/workerman/workerman'),
  16. 'Phinx\\' => array($vendorDir . '/topthink/think-migration/phinx/src/Phinx'),
  17. 'Aliyun\\' => array($vendorDir . '/aliyun'),
  18. 'Workerman\\' => array($vendorDir . '/workerman/workerman'),
  19. 'GatewayWorker\\' => array($vendorDir . '/workerman/gateway-worker/src'),
  20. 'TencentCloud\\' => array($vendorDir . '/TencentCloud/src/TencentCloud'),
  21. 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
  22. 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
  23. 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
  24. 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
  25. 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
  26. );