23 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
// autoload_classmap.php @generated by Composer
 | 
						|
 | 
						|
$vendorDir = dirname(dirname(__FILE__));
 | 
						|
$baseDir = dirname($vendorDir);
 | 
						|
 | 
						|
return array(
 | 
						|
    'EasyPeasyICS' => $vendorDir . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
 | 
						|
    'PHPMailer' => $vendorDir . '/phpmailer/phpmailer/class.phpmailer.php',
 | 
						|
    'PHPMailerOAuth' => $vendorDir . '/phpmailer/phpmailer/class.phpmaileroauth.php',
 | 
						|
    'PHPMailerOAuthGoogle' => $vendorDir . '/phpmailer/phpmailer/class.phpmaileroauthgoogle.php',
 | 
						|
    'POP3' => $vendorDir . '/phpmailer/phpmailer/class.pop3.php',
 | 
						|
    'SMTP' => $vendorDir . '/phpmailer/phpmailer/class.smtp.php',
 | 
						|
    'ntlm_sasl_client_class' => $vendorDir . '/phpmailer/phpmailer/extras/ntlm_sasl_client.php',
 | 
						|
    'phpmailerException' => $vendorDir . '/phpmailer/phpmailer/class.phpmailer.php',
 | 
						|
    'u2flib_server\\Error' => $vendorDir . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
 | 
						|
    'u2flib_server\\RegisterRequest' => $vendorDir . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
 | 
						|
    'u2flib_server\\Registration' => $vendorDir . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
 | 
						|
    'u2flib_server\\SignRequest' => $vendorDir . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
 | 
						|
    'u2flib_server\\U2F' => $vendorDir . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
 | 
						|
);
 |