2018-03-12 03:23:55 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
|
|
|
|
return array(
|
|
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
2019-07-15 01:40:09 +01:00
|
|
|
'Console' => array($vendorDir . '/pear/console_getopt'),
|
2018-03-12 03:23:55 +00:00
|
|
|
);
|