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.
16 lines
693 B
16 lines
693 B
<?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'),
|
|
);
|