2018-03-12 12:23:55 +09: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 09:40:09 +09:00
|
|
|
'Console' => array($vendorDir . '/pear/console_getopt'),
|
2018-03-12 12:23:55 +09:00
|
|
|
);
|