27 lines
1.5 KiB
PHP
27 lines
1.5 KiB
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Twig\\' => array($vendorDir . '/twig/twig/src'),
|
|
'Timber\\' => array($vendorDir . '/timber/timber/src'),
|
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
|
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
|
|
'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
|
|
'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
|
|
'Symfony\\Component\\PropertyAccess\\' => array($vendorDir . '/symfony/property-access'),
|
|
'Symfony\\Bridge\\Twig\\' => array($vendorDir . '/symfony/twig-bridge'),
|
|
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
|
|
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
|
|
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
|
|
'Illuminate\\Support\\' => array($vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/conditionable', $vendorDir . '/illuminate/macroable'),
|
|
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
|
|
'HelloNico\\Timber\\' => array($vendorDir . '/hellonico/timber-dump-extension/src'),
|
|
'Detection\\' => array($vendorDir . '/mobiledetect/mobiledetectlib/src'),
|
|
'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'),
|
|
'App\\' => array($baseDir . '/src'),
|
|
);
|