15 lines
515 B
PHP
15 lines
515 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// autoload_namespaces.php @generated by Composer
|
||
|
|
|
||
|
|
$vendorDir = dirname(dirname(__FILE__));
|
||
|
|
$baseDir = dirname($vendorDir);
|
||
|
|
|
||
|
|
return array(
|
||
|
|
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
|
||
|
|
'PHPThumb\\Tests' => array($vendorDir . '/masterexploder/phpthumb/tests'),
|
||
|
|
'PHPThumb' => array($vendorDir . '/masterexploder/phpthumb/src'),
|
||
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
||
|
|
'Detection' => array($vendorDir . '/mobiledetect/mobiledetectlib/namespaced'),
|
||
|
|
);
|