mirror of https://github.com/xinyewl/Simpic
18 lines
705 B
PHP
18 lines
705 B
PHP
![]() |
<?php
|
||
|
|
||
|
// autoload_psr4.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(dirname(__FILE__));
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
|
||
|
'think\\' => array($baseDir . '/thinkphp/library/think'),
|
||
|
'Upyun\\' => array($vendorDir . '/upyun/sdk/src/Upyun'),
|
||
|
'Qiniu\\' => array($vendorDir . '/qiniu/php-sdk/src/Qiniu'),
|
||
|
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
|
||
|
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
||
|
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
||
|
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
|
||
|
);
|