autoload_psr4.php 998 B

123456789101112131415161718192021
  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\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
  9. 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
  10. 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
  11. 'think\\' => array($vendorDir . '/topthink/think-image/src'),
  12. 'mindplay\\annotations\\' => array($vendorDir . '/mindplay/annotations/src/annotations'),
  13. 'dir\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/dir'),
  14. 'cmf\\' => array($vendorDir . '/thinkcmf/cmf/src'),
  15. 'app\\' => array($vendorDir . '/thinkcmf/cmf-app/src'),
  16. 'api\\' => array($vendorDir . '/thinkcmf/cmf-api/src'),
  17. 'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
  18. );