123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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/src'),
- 'yii\\mongodb\\' => array($vendorDir . '/yiisoft/yii2-mongodb/src'),
- 'yii\\gii\\' => array($vendorDir . '/yiisoft/yii2-gii/src'),
- 'yii\\faker\\' => array($vendorDir . '/yiisoft/yii2-faker'),
- 'yii\\debug\\' => array($vendorDir . '/yiisoft/yii2-debug/src'),
- 'yii\\composer\\' => array($vendorDir . '/yiisoft/yii2-composer'),
- 'yii\\bootstrap\\' => array($vendorDir . '/yiisoft/yii2-bootstrap/src'),
- 'yii\\apidoc\\' => array($vendorDir . '/yiisoft/yii2-apidoc'),
- 'yii\\' => array($vendorDir . '/yiisoft/yii2'),
- 'hightman\\xunsearch\\' => array($vendorDir . '/hightman/xunsearch/wrapper/yii2-ext'),
- 'fecshop\\' => array($vendorDir . '/fancyecommerce/fecshop'),
- 'fecadmin\\' => array($vendorDir . '/fancyecommerce/fec_admin'),
- 'fec\\' => array($vendorDir . '/fancyecommerce/fec'),
- 'cebe\\markdown\\latex\\' => array($vendorDir . '/cebe/markdown-latex'),
- 'cebe\\markdown\\' => array($vendorDir . '/cebe/markdown'),
- 'cebe\\jssearch\\' => array($vendorDir . '/cebe/js-search/lib'),
- 'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'),
- 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
- 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
- 'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
- 'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'),
- 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
- '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\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'),
- 'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
- 'Symfony\\Component\\BrowserKit\\' => array($vendorDir . '/symfony/browser-kit'),
- 'Ramsey\\Uuid\\' => array($vendorDir . '/ramsey/uuid/src'),
- 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
- 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
- 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
- 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'),
- 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
- 'Faker\\' => array($vendorDir . '/fzaninotto/faker/src/Faker'),
- 'Facebook\\' => array($vendorDir . '/facebook/graph-sdk/src/Facebook'),
- 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
- 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
- 'Codeception\\PHPUnit\\' => array($vendorDir . '/codeception/phpunit-wrapper/src'),
- 'Codeception\\Extension\\' => array($vendorDir . '/codeception/base/ext'),
- 'Codeception\\' => array($vendorDir . '/codeception/base/src/Codeception', $vendorDir . '/codeception/stub/src'),
- );
|