autoload_psr4.php 1.3 KB

12345678910111213141516171819202122232425
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'yii\\redis\\' => array($vendorDir . '/yiisoft/yii2-redis/src'),
  7. 'yii\\mongodb\\' => array($vendorDir . '/yiisoft/yii2-mongodb/src'),
  8. 'yii\\imagine\\' => array($vendorDir . '/yiisoft/yii2-imagine/src'),
  9. 'yii\\composer\\' => array($vendorDir . '/yiisoft/yii2-composer'),
  10. 'yii\\' => array($vendorDir . '/yiisoft/yii2'),
  11. 'cebe\\markdown\\' => array($vendorDir . '/cebe/markdown'),
  12. 'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'),
  13. 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
  14. 'Solarium\\' => array($vendorDir . '/solarium/solarium/src'),
  15. 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
  16. 'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
  17. 'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
  18. 'OSS\\' => array($vendorDir . '/aliyuncs/oss-sdk-php/src/OSS'),
  19. 'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'),
  20. 'Imagine\\' => array($vendorDir . '/imagine/imagine/src'),
  21. 'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
  22. );