xref: /plugin/smtp/vendor/composer/autoload_psr4.php (revision ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8)
1*ee5c0205SAndreas Gohr<?php
2*ee5c0205SAndreas Gohr
3*ee5c0205SAndreas Gohr// autoload_psr4.php @generated by Composer
4*ee5c0205SAndreas Gohr
5*ee5c0205SAndreas Gohr$vendorDir = dirname(__DIR__);
6*ee5c0205SAndreas Gohr$baseDir = dirname($vendorDir);
7*ee5c0205SAndreas Gohr
8*ee5c0205SAndreas Gohrreturn array(
9*ee5c0205SAndreas Gohr    'splitbrain\\dokuwiki\\plugin\\smtp\\' => array($baseDir . '/classes'),
10*ee5c0205SAndreas Gohr    'Tx\\' => array($vendorDir . '/txthinking/mailer/src'),
11*ee5c0205SAndreas Gohr    'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
12*ee5c0205SAndreas Gohr);
13