12345678910111213141516171819202122232425262728 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(__DIR__);
- $baseDir = dirname($vendorDir);
- return array(
- 'think\\testing\\' => array($vendorDir . '/topthink/think-testing/src'),
- 'think\\mongo\\' => array($vendorDir . '/topthink/think-mongo/src'),
- 'think\\migration\\' => array($vendorDir . '/topthink/think-migration/src'),
- 'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
- 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
- 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
- 'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-image/src', $vendorDir . '/topthink/think-queue/src'),
- 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
- 'app\\' => array($baseDir . '/application'),
- 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
- 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
- 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
- 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
- 'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'),
- 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'),
- 'Phinx\\' => array($vendorDir . '/topthink/think-migration/phinx/src/Phinx'),
- 'Overtrue\\Pinyin\\' => array($vendorDir . '/overtrue/pinyin/src'),
- 'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
- 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
- );
|