55 lines
3.8 KiB
PHP
Executable File
55 lines
3.8 KiB
PHP
Executable File
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'yii\\symfonymailer\\' => array($vendorDir . '/yiisoft/yii2-symfonymailer/src'),
|
|
'yii\\gii\\' => array($vendorDir . '/yiisoft/yii2-gii/src'),
|
|
'yii\\faker\\' => array($vendorDir . '/yiisoft/yii2-faker/src'),
|
|
'yii\\debug\\' => array($vendorDir . '/yiisoft/yii2-debug/src'),
|
|
'yii\\composer\\' => array($vendorDir . '/yiisoft/yii2-composer'),
|
|
'yii\\bootstrap5\\' => array($vendorDir . '/yiisoft/yii2-bootstrap5/src'),
|
|
'yii\\' => array($vendorDir . '/yiisoft/yii2'),
|
|
'frontend\\tests\\' => array($baseDir . '/frontend/tests', $baseDir . '/frontend/tests/_support'),
|
|
'common\\tests\\' => array($baseDir . '/common/tests', $baseDir . '/common/tests/_support'),
|
|
'cebe\\markdown\\' => array($vendorDir . '/cebe/markdown'),
|
|
'backend\\tests\\' => array($baseDir . '/backend/tests', $baseDir . '/backend/tests/_support'),
|
|
'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'),
|
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
|
'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'),
|
|
'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'),
|
|
'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir . '/symfony/polyfill-intl-grapheme'),
|
|
'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\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
|
|
'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'),
|
|
'Symfony\\Component\\Mime\\' => array($vendorDir . '/symfony/mime'),
|
|
'Symfony\\Component\\Mailer\\' => array($vendorDir . '/symfony/mailer'),
|
|
'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'),
|
|
'Psy\\' => array($vendorDir . '/psy/psysh/src'),
|
|
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
|
|
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
|
|
'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
|
|
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
|
|
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
|
|
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
|
'Faker\\' => array($vendorDir . '/fakerphp/faker/src/Faker'),
|
|
'Egulias\\EmailValidator\\' => array($vendorDir . '/egulias/email-validator/src'),
|
|
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
|
|
'Doctrine\\Deprecations\\' => array($vendorDir . '/doctrine/deprecations/lib/Doctrine/Deprecations'),
|
|
'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/src'),
|
|
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
|
|
'Codeception\\Extension\\' => array($vendorDir . '/codeception/codeception/ext'),
|
|
'Codeception\\' => array($vendorDir . '/codeception/codeception/src/Codeception', $vendorDir . '/codeception/stub/src', $vendorDir . '/codeception/verify/src/Codeception'),
|
|
);
|