mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
14 lines
475 B
PHP
14 lines
475 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Requests' => array($vendorDir . '/rmccue/requests/library'),
|
|
'Michelf' => array($vendorDir . '/michelf/php-smartypants'),
|
|
'JBBCode' => array($vendorDir . '/jbbcode/jbbcode'),
|
|
'Hautelook' => array($vendorDir . '/hautelook/phpass/src'),
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
|
);
|