58 lines
4.0 KiB
PHP
58 lines
4.0 KiB
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'),
|
|
'sammo\\' => array($baseDir . '/src/sammo'),
|
|
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
|
|
'kakao\\' => array($baseDir . '/src/kakao'),
|
|
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
|
|
'VarRepresentation\\' => array($vendorDir . '/tysonandre/var_representation_polyfill/src/VarRepresentation'),
|
|
'Valitron\\' => array($vendorDir . '/vlucas/valitron/src/Valitron'),
|
|
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
|
|
'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'),
|
|
'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\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
|
|
'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
|
|
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
|
|
'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'),
|
|
'Symfony\\Component\\Lock\\' => array($vendorDir . '/symfony/lock'),
|
|
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
|
|
'Sabre\\Event\\' => array($vendorDir . '/sabre/event/lib'),
|
|
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/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'),
|
|
'PhpExtended\\Tail\\' => array($vendorDir . '/php-extended/php-tail/src'),
|
|
'PhpExtended\\System\\' => array($vendorDir . '/php-extended/php-system/src'),
|
|
'Phan\\' => array($vendorDir . '/phan/phan/src/Phan'),
|
|
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
|
|
'Microsoft\\PhpParser\\' => array($vendorDir . '/microsoft/tolerant-php-parser/src'),
|
|
'Medoo\\' => array($vendorDir . '/catfan/medoo/src'),
|
|
'League\\Plates\\' => array($vendorDir . '/league/plates/src'),
|
|
'Illuminate\\Support\\' => array($vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/support'),
|
|
'Illuminate\\Pipeline\\' => array($vendorDir . '/illuminate/pipeline'),
|
|
'Illuminate\\Events\\' => array($vendorDir . '/illuminate/events'),
|
|
'Illuminate\\Database\\' => array($vendorDir . '/illuminate/database'),
|
|
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
|
|
'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
|
|
'Illuminate\\Bus\\' => array($vendorDir . '/illuminate/bus'),
|
|
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
|
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
|
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
|
|
'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'),
|
|
'Composer\\XdebugHandler\\' => array($vendorDir . '/composer/xdebug-handler/src'),
|
|
'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'),
|
|
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
|
|
'AdvancedJsonRpc\\' => array($vendorDir . '/felixfbecker/advanced-json-rpc/lib'),
|
|
);
|