autoload_psr4.php 1.2 KB

123456789101112131415161718192021
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'think\\testing\\' => array($vendorDir . '/topthink/think-testing/src'),
  7. 'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
  8. 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
  9. 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
  10. 'app\\' => array($baseDir . '/application'),
  11. 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
  12. 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
  13. 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
  14. 'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'),
  15. 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'),
  16. 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
  17. 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
  18. );