2017-05-04 00:05:35 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
|
|
|
|
return array(
|
|
|
|
'RobThree\\Auth\\' => array($vendorDir . '/robthree/twofactorauth/lib'),
|
2017-12-09 20:17:15 +08:00
|
|
|
'PhpMimeMailParser\\' => array($vendorDir . '/php-mime-mail-parser/php-mime-mail-parser/src'),
|
2018-01-18 17:09:30 +08:00
|
|
|
'Html2Text\\' => array($vendorDir . '/soundasleep/html2text/src'),
|
2017-05-04 00:05:35 +08:00
|
|
|
);
|