16 lines
547 B
PHP
16 lines
547 B
PHP
|
<?php
|
||
|
|
||
|
// autoload_namespaces.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(__DIR__);
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'Pimple' => array($vendorDir . '/pimple/pimple/src'),
|
||
|
'PHPExcel' => array($vendorDir . '/phpoffice/phpexcel/Classes'),
|
||
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
||
|
'Doctrine\\Common\\Cache\\' => array($vendorDir . '/doctrine/cache/lib'),
|
||
|
'Doctrine\\Common\\Annotations\\' => array($vendorDir . '/doctrine/annotations/lib'),
|
||
|
'' => array($baseDir . '/extend'),
|
||
|
);
|