autoload_psr4.php 656 B

12345678910111213141516
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
  7. 'think\\' => array($baseDir . '/thinkphp/library/think'),
  8. 'app\\' => array($baseDir . '/application'),
  9. 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
  10. 'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
  11. 'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'),
  12. 'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
  13. );