20 lines
874 B
PHP
20 lines
874 B
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\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
|
|
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
|
|
'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
|
|
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
|
|
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
|
|
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
|
|
'Kanboard\\' => array($baseDir . '/app'),
|
|
'Gregwar\\' => array($vendorDir . '/gregwar/captcha/src/Gregwar'),
|
|
'Base32\\' => array($vendorDir . '/christian-riesen/base32/src'),
|
|
);
|