You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
2.4 KiB
37 lines
2.4 KiB
4 years ago
|
<?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\\sae\\' => array($vendorDir . '/topthink/think-sae/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\\' => 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'),
|
||
|
'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
|
||
|
'Zend\\Escaper\\' => array($vendorDir . '/zendframework/zend-escaper/src'),
|
||
|
'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'),
|
||
|
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
|
||
|
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
|
||
|
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
|
||
|
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'),
|
||
|
'PhpOffice\\PhpWord\\' => array($vendorDir . '/phpoffice/phpword/src/PhpWord'),
|
||
|
'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
|
||
|
'PhpOffice\\Common\\' => array($vendorDir . '/phpoffice/common/src/Common'),
|
||
|
'Phinx\\' => array($vendorDir . '/topthink/think-migration/phinx/src/Phinx'),
|
||
|
'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),
|
||
|
'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'),
|
||
|
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
|
||
|
'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
|
||
|
);
|