mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
17 lines
735 B
PHP
17 lines
735 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-smartypants'),
|
|
'JBBCode' => array($vendorDir . '/jbbcode/jbbcode'),
|
|
'Hautelook' => array($vendorDir . '/hautelook/phpass/src'),
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
|
'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib'),
|
|
'' => array($vendorDir . '/jmhobbs/swiftmailer-transport-aws-ses/classes'),
|
|
);
|