autoload_psr4.php 1.0 KB

12345678910111213141516171819
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\oracle\\' => array($vendorDir . '/topthink/think-oracle/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($vendorDir . '/topthink/think-image/src', $vendorDir . '/topthink/think-queue/src', $vendorDir . '/topthink/framework/library/think'),
  13. 'Phinx\\' => array($vendorDir . '/topthink/think-migration/phinx/src/Phinx'),
  14. 'MatthiasMullie\\PathConverter\\' => array($vendorDir . '/matthiasmullie/path-converter/src'),
  15. 'MatthiasMullie\\Minify\\' => array($vendorDir . '/matthiasmullie/minify/src'),
  16. );