mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
14 lines
522 B
PHP
14 lines
522 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
|
|
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
|
|
'Gregwar\\Captcha\\' => array($vendorDir . '/gregwar/captcha'),
|
|
'Fabiang\\Xmpp\\' => array($vendorDir . '/fabiang/xmpp/src'),
|
|
'Base32\\' => array($vendorDir . '/christian-riesen/base32/src'),
|
|
);
|