23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
|
'Symfony\\Contracts\\' => array($vendorDir . '/symfony/contracts'),
|
|
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
|
|
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
|
|
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
|
|
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
|
|
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
|
|
'MatthiasMullie\\PathConverter\\' => array($baseDir . '/libs/path-converter/src'),
|
|
'MatthiasMullie\\Minify\\' => array($baseDir . '/libs/minify/src'),
|
|
'Kanboard\\' => array($baseDir . '/app'),
|
|
'Gregwar\\' => array($vendorDir . '/gregwar/captcha/src/Gregwar'),
|
|
'Eluceo\\iCal\\' => array($vendorDir . '/eluceo/ical/src'),
|
|
'Base32\\' => array($vendorDir . '/christian-riesen/base32/src'),
|
|
);
|