You've already forked qlg.tsgz.moe
addons
cron
dysms
model
sdk
lib
vendor
composer
ClassLoader.php
LICENSE
autoload_classmap.php
autoload_namespaces.php
autoload_psr4.php
autoload_real.php
autoload_static.php
installed.json
autoload.php
Dysms.php
config.php
install.sql
uninstall.sql
kuaidi
.htaccess
app_download_files
extend
hyhproject
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5B854518.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
qlg.tar.gz
reg.lock
robots.txt
16 lines
693 B
PHP
Executable File
16 lines
693 B
PHP
Executable File
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'),
|
|
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
|
|
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
|
|
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
|
|
'Aliyun\\Test\\' => array($baseDir . '/tests'),
|
|
'Aliyun\\' => array($baseDir . '/lib'),
|
|
);
|