37 lines
2.2 KiB
PHP
37 lines
2.2 KiB
PHP
|
<?php
|
||
|
|
||
|
// autoload_psr4.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(__DIR__);
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'),
|
||
|
'Symfony\\Polyfill\\Php83\\' => array($vendorDir . '/symfony/polyfill-php83'),
|
||
|
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
|
||
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
||
|
'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
|
||
|
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
|
||
|
'Symfony\\Component\\Clock\\' => array($vendorDir . '/symfony/clock'),
|
||
|
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
|
||
|
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
|
||
|
'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'),
|
||
|
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
|
||
|
'Laravel\\SerializableClosure\\' => array($vendorDir . '/laravel/serializable-closure/src'),
|
||
|
'Invoker\\' => array($vendorDir . '/php-di/invoker/src'),
|
||
|
'Illuminate\\Support\\' => array($vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/conditionable', $vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/support'),
|
||
|
'Illuminate\\Database\\' => array($vendorDir . '/illuminate/database'),
|
||
|
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
|
||
|
'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
|
||
|
'FastRoute\\' => array($vendorDir . '/nikic/fast-route/src'),
|
||
|
'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'),
|
||
|
'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/src'),
|
||
|
'Doctrine\\Common\\Annotations\\' => array($vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations'),
|
||
|
'DI\\' => array($vendorDir . '/php-di/php-di/src'),
|
||
|
'Core\\' => array($baseDir . '/core'),
|
||
|
'Carbon\\Doctrine\\' => array($vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine'),
|
||
|
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
|
||
|
'Brick\\Math\\' => array($vendorDir . '/brick/math/src'),
|
||
|
'App\\' => array($baseDir . '/app'),
|
||
|
);
|