autoload_psr4.php 1.0 KB

1234567891011121314151617181920
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\view\\driver\\' => array($vendorDir . '/topthink/think-view/src'),
  7. 'think\\admin\\' => array($vendorDir . '/zoujingli/think-library/src'),
  8. 'think\\' => array($vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-helper/src', $vendorDir . '/topthink/think-orm/src', $vendorDir . '/topthink/think-template/src'),
  9. 'app\\' => array($baseDir . '/app'),
  10. 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
  11. 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
  12. 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
  13. 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
  14. 'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'),
  15. 'League\\Flysystem\\Cached\\' => array($vendorDir . '/league/flysystem-cached-adapter/src'),
  16. 'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
  17. );