| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
- return array(
- 'yii\\swiftmailer\\' => array($vendorDir . '/yiisoft/yii2-swiftmailer'),
- 'yii\\redis\\' => array($vendorDir . '/yiisoft/yii2-redis'),
- 'yii\\imagine\\' => array($vendorDir . '/yiisoft/yii2-imagine/src'),
- 'yii\\gii\\' => array($vendorDir . '/yiisoft/yii2-gii'),
- 'yii\\faker\\' => array($vendorDir . '/yiisoft/yii2-faker/src'),
- 'yii\\debug\\' => array($vendorDir . '/yiisoft/yii2-debug'),
- 'yii\\composer\\' => array($vendorDir . '/yiisoft/yii2-composer'),
- 'yii\\codeception\\' => array($vendorDir . '/yiisoft/yii2-codeception'),
- 'yii\\bootstrap\\' => array($vendorDir . '/yiisoft/yii2-bootstrap/src'),
- 'yii\\' => array($vendorDir . '/yiisoft/yii2'),
- 'mikemadisonweb\\rabbitmq\\' => array($vendorDir . '/mikemadisonweb/yii2-rabbitmq'),
- 'linslin\\yii2\\curl\\' => array($vendorDir . '/linslin/yii2-curl'),
- 'jzweb\\open\\weixin\\' => array($vendorDir . '/jzweb/open-weixin/src'),
- 'hollisho\\redis_pub_sub\\' => array($vendorDir . '/hollisho/yii2-redis-pub-sub/src'),
- 'cebe\\markdown\\' => array($vendorDir . '/cebe/markdown'),
- 'WxCrypt\\' => array($vendorDir . '/pwf0112/wxcrypt/src'),
- 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
- 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
- 'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
- 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
- 'PhpAmqpLib\\' => array($vendorDir . '/php-amqplib/php-amqplib/PhpAmqpLib'),
- 'OSS\\' => array($vendorDir . '/aliyuncs/oss-sdk-php/src/OSS'),
- 'Lcobucci\\Jose\\Parsing\\' => array($vendorDir . '/lcobucci/jose-parsing/src'),
- 'Lcobucci\\JWT\\' => array($vendorDir . '/lcobucci/jwt/src'),
- 'Lcobucci\\Clock\\' => array($vendorDir . '/lcobucci/clock/src'),
- 'Imagine\\' => array($vendorDir . '/imagine/imagine/src'),
- 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
- 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
- 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
- 'GatewayClient\\' => array($vendorDir . '/workerman/gatewayclient'),
- 'Faker\\' => array($vendorDir . '/fzaninotto/faker/src/Faker'),
- 'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'),
- );
|