mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
16 lines
695 B
PHP
16 lines
695 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Sunra\\PhpSimple\\HtmlDomParser' => array($vendorDir . '/sunra/php-simple-html-dom-parser/Src'),
|
|
'Requests' => array($vendorDir . '/rmccue/requests/library'),
|
|
'Michelf' => array($vendorDir . '/michelf/php-markdown', $vendorDir . '/michelf/php-smartypants'),
|
|
'JBBCode' => array($vendorDir . '/jbbcode/jbbcode'),
|
|
'Hautelook' => array($vendorDir . '/hautelook/phpass/src'),
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
|
'' => array($vendorDir . '/jmhobbs/swiftmailer-transport-aws-ses/classes'),
|
|
);
|