mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 11:22:42 +01:00
17 lines
687 B
PHP
17 lines
687 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
|
|
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
|
|
'Mockery' => array($vendorDir . '/mockery/mockery/library'),
|
|
'JakubOnderka\\PhpConsoleHighlighter' => array($vendorDir . '/jakub-onderka/php-console-highlighter/src'),
|
|
'JakubOnderka\\PhpConsoleColor' => array($vendorDir . '/jakub-onderka/php-console-color/src'),
|
|
'JShrink' => array($vendorDir . '/tedivm/jshrink/src'),
|
|
'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib'),
|
|
);
|