18 lines
724 B
PHP
18 lines
724 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\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
|
|
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
|
|
'SimpleQueue\\' => array($vendorDir . '/fguillot/simple-queue/src'),
|
|
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
|
|
'Kanboard\\' => array($baseDir . '/app'),
|
|
'Gregwar\\Captcha\\' => array($vendorDir . '/gregwar/captcha'),
|
|
'Base32\\' => array($vendorDir . '/christian-riesen/base32/src'),
|
|
);
|