autoload_psr4.php 2.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'wxapp\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/wxapp'),
  7. 'tree\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/tree'),
  8. 'think\\view\\driver\\' => array($vendorDir . '/thinkcmf/think-view/src'),
  9. 'think\\trace\\' => array($vendorDir . '/topthink/think-trace/src'),
  10. 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
  11. 'think\\' => array($vendorDir . '/thinkcmf/cmf-route/src', $vendorDir . '/thinkcmf/think-template/src', $vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-helper/src', $vendorDir . '/topthink/think-orm/src'),
  12. 'themes\\' => array($baseDir . '/public/themes'),
  13. 'plugins\\' => array($baseDir . '/public/plugins'),
  14. 'mindplay\\annotations\\' => array($vendorDir . '/mindplay/annotations/src/annotations'),
  15. 'dir\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/dir'),
  16. 'cmf\\composer\\' => array($vendorDir . '/thinkcmf/cmf-root/src'),
  17. 'cmf\\' => array($vendorDir . '/thinkcmf/cmf/src'),
  18. 'app\\admin\\' => array($vendorDir . '/thinkcmf/cmf-appstore/src'),
  19. 'app\\' => array($baseDir . '/app', $vendorDir . '/thinkcmf/cmf-app/src', $vendorDir . '/thinkcmf/cmf-install/src'),
  20. 'api\\' => array($baseDir . '/api', $vendorDir . '/thinkcmf/cmf-api/src'),
  21. 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
  22. 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'),
  23. 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
  24. 'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
  25. 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
  26. 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
  27. 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
  28. 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
  29. 'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
  30. 'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'),
  31. 'League\\Flysystem\\Cached\\' => array($vendorDir . '/league/flysystem-cached-adapter/src'),
  32. 'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
  33. );