You've already forked Epicnabbo-Catalogus-Updated-Daily
14 lines
437 B
PHP
14 lines
437 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Highlight\\' => array($vendorDir . '/scrivo/highlight.php'),
|
|
'HighlightUtilities\\' => array($vendorDir . '/scrivo/highlight.php'),
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
|
'Detection' => array($vendorDir . '/mobiledetect/mobiledetectlib/namespaced'),
|
|
);
|