autoload_psr4.php 1.2 KB

1234567891011121314151617181920212223
  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\\MySQL\\' => array($vendorDir . '/workerman/mysql/src'),
  16. 'Workerman\\' => array($vendorDir . '/workerman/workerman', $vendorDir . '/workerman/workerman-for-win'),
  17. 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
  18. 'Phinx\\' => array($vendorDir . '/topthink/think-migration/phinx/src/Phinx'),
  19. 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
  20. );