|
- <?php
-
- // autoload_psr4.php @generated by Composer
-
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
-
- return array(
- 'yii\\swiftmailer\\' => array($vendorDir . '/yiisoft/yii2-swiftmailer'),
- 'yii\\gii\\' => array($vendorDir . '/yiisoft/yii2-gii'),
- 'yii\\faker\\' => array($vendorDir . '/yiisoft/yii2-faker'),
- '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'),
- 'yii\\' => array($vendorDir . '/yiisoft/yii2'),
- 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'),
- 'kartik\\mpdf\\' => array($vendorDir . '/kartik-v/yii2-mpdf'),
- 'dosamigos\\leaflet\\' => array($vendorDir . '/2amigos/yii2-leaflet-extension/src'),
- 'dosamigos\\chartjs\\' => array($vendorDir . '/2amigos/yii2-chartjs-widget/src'),
- 'cebe\\markdown\\' => array($vendorDir . '/cebe/markdown'),
- 'c006\\paypal_ipn\\' => array($vendorDir . '/c006/yii2-paypal-ipn'),
- 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
- 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
- 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
- 'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
- 'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
- 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
- 'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'),
- 'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
- 'Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'),
- 'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
- 'Symfony\\Component\\BrowserKit\\' => array($vendorDir . '/symfony/browser-kit'),
- 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
- 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
- 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
- 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
- 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
- 'Faker\\' => array($vendorDir . '/fzaninotto/faker/src/Faker'),
- 'Facebook\\WebDriver\\' => array($vendorDir . '/facebook/webdriver/lib'),
- 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
- 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
- 'Codeception\\Extension\\' => array($vendorDir . '/codeception/codeception/ext'),
- 'Codeception\\' => array($vendorDir . '/codeception/codeception/src/Codeception'),
- );
|