autoload_psr4.php 1.8 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(__DIR__);
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\testing\\' => array($vendorDir . '/topthink/think-testing/src'),
  7. 'think\\mongo\\' => array($vendorDir . '/topthink/think-mongo/src'),
  8. 'think\\migration\\' => array($vendorDir . '/topthink/think-migration/src'),
  9. 'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
  10. 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
  11. 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
  12. 'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-image/src', $vendorDir . '/topthink/think-queue/src'),
  13. 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
  14. 'app\\' => array($baseDir . '/application'),
  15. 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
  16. 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
  17. 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
  18. 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
  19. 'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'),
  20. 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'),
  21. 'Phinx\\' => array($vendorDir . '/topthink/think-migration/phinx/src/Phinx'),
  22. 'Overtrue\\Pinyin\\' => array($vendorDir . '/overtrue/pinyin/src'),
  23. 'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
  24. 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
  25. );