12345678910111213141516171819202122232425 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
- return array(
- 'yii\\redis\\' => array($vendorDir . '/yiisoft/yii2-redis/src'),
- 'yii\\mongodb\\' => array($vendorDir . '/yiisoft/yii2-mongodb/src'),
- 'yii\\imagine\\' => array($vendorDir . '/yiisoft/yii2-imagine/src'),
- 'yii\\composer\\' => array($vendorDir . '/yiisoft/yii2-composer'),
- 'yii\\' => array($vendorDir . '/yiisoft/yii2'),
- 'cebe\\markdown\\' => array($vendorDir . '/cebe/markdown'),
- 'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'),
- 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
- 'Solarium\\' => array($vendorDir . '/solarium/solarium/src'),
- 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
- 'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
- 'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
- 'OSS\\' => array($vendorDir . '/aliyuncs/oss-sdk-php/src/OSS'),
- 'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'),
- 'Imagine\\' => array($vendorDir . '/imagine/imagine/src'),
- 'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
- );
|