19 lines
910 B
PHP
19 lines
910 B
PHP
![]() |
<?php
|
||
|
|
||
|
// autoload_psr4.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(dirname(__FILE__));
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'think\\testing\\' => array($vendorDir . '/topthink/think-testing/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'),
|
||
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
||
|
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
|
||
|
'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'),
|
||
|
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
|
||
|
);
|