autoload_psr4.php 1.6 KB

123456789101112131415161718192021222324252627
  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\\testing\\' => array($vendorDir . '/topthink/think-testing/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\\angular\\' => array($vendorDir . '/topthink/think-angular/src'),
  14. 'think\\' => array($vendorDir . '/topthink/think-image/src', $baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-queue/src'),
  15. 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
  16. 'Workerman\\' => array($vendorDir . '/workerman/workerman'),
  17. 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
  18. 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
  19. 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
  20. 'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'),
  21. 'Phinx\\' => array($vendorDir . '/topthink/think-migration/phinx/src/Phinx'),
  22. 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
  23. );