2014-12-22 19:15:38 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
|
|
|
|
return array(
|
2015-08-16 17:04:56 +02:00
|
|
|
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
|
|
|
|
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
|
2015-09-08 22:16:28 +02:00
|
|
|
'Gregwar\\Captcha\\' => array($vendorDir . '/gregwar/captcha'),
|
2015-08-16 17:04:56 +02:00
|
|
|
'Fabiang\\Xmpp\\' => array($vendorDir . '/fabiang/xmpp/src'),
|
2015-04-21 17:56:16 +02:00
|
|
|
'Base32\\' => array($vendorDir . '/christian-riesen/base32/src'),
|
2014-12-22 19:15:38 +01:00
|
|
|
);
|