autoload_psr4.php 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(__DIR__);
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\trace\\' => array($vendorDir . '/topthink/think-trace/src'),
  7. 'think\\annotation\\' => array($vendorDir . '/topthink/think-annotation/src'),
  8. 'think\\' => array($vendorDir . '/topthink/think-helper/src', $vendorDir . '/topthink/think-orm/src', $vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-filesystem/src'),
  9. 'thans\\jwt\\' => array($vendorDir . '/thans/tp-jwt-auth/src'),
  10. 'app\\' => array($baseDir . '/app'),
  11. 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
  12. 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'),
  13. 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
  14. 'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
  15. 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
  16. 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
  17. 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
  18. 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
  19. 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
  20. 'PhpDocReader\\' => array($vendorDir . '/php-di/phpdoc-reader/src/PhpDocReader'),
  21. 'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'),
  22. 'League\\Flysystem\\Cached\\' => array($vendorDir . '/league/flysystem-cached-adapter/src'),
  23. 'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
  24. 'Lcobucci\\JWT\\' => array($vendorDir . '/qeq66/jwt/src'),
  25. 'Doctrine\\Deprecations\\' => array($vendorDir . '/doctrine/deprecations/lib/Doctrine/Deprecations'),
  26. 'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/src'),
  27. 'Doctrine\\Common\\Annotations\\' => array($vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations'),
  28. );